Merge pull request #863 from hgiesel/statsoverscroll
Prevent stats screen from overscrolling
This commit is contained in:
commit
a21c93f167
@ -17,6 +17,10 @@
|
||||
--area-stroke-opacity: 0.18;
|
||||
}
|
||||
|
||||
* {
|
||||
overscroll-behavior: none;
|
||||
}
|
||||
|
||||
.graph-tooltip {
|
||||
position: absolute;
|
||||
padding: 15px;
|
||||
|
Loading…
Reference in New Issue
Block a user