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