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; --area-stroke-opacity: 0.18;
} }
* {
overscroll-behavior: none;
}
.graph-tooltip { .graph-tooltip {
position: absolute; position: absolute;
padding: 15px; padding: 15px;