Merge pull request #863 from hgiesel/statsoverscroll

Prevent stats screen from overscrolling
This commit is contained in:
Damien Elmes 2020-12-28 10:34:06 +10:00 committed by GitHub
commit a21c93f167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,10 @@
--area-stroke-opacity: 0.18;
}
* {
overscroll-behavior: none;
}
.graph-tooltip {
position: absolute;
padding: 15px;