mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Merge pull request #863 from hgiesel/statsoverscroll
Prevent stats screen from overscrolling
This commit is contained in:
commit
a21c93f167
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