mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
Prevent stats screen from overscrolling
This commit is contained in:
parent
398e7d7845
commit
a7e0fd317f
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue