mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Set overscroll-behavior to none for html elements (#2212)
This commit is contained in:
parent
0d541563a0
commit
b40aae7522
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ body {
|
||||||
|
|
||||||
html {
|
html {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
overscroll-behavior: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
Loading…
Reference in a new issue