mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -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 {
|
||||
overflow-x: hidden;
|
||||
overscroll-behavior: none;
|
||||
}
|
||||
|
||||
button {
|
||||
|
|
Loading…
Reference in a new issue