Prevent stats screen from overscrolling

This commit is contained in:
Henrik Giesel 2020-12-26 15:29:45 +01:00
parent 398e7d7845
commit a7e0fd317f

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;