mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
disable overscroll on html as well
This commit is contained in:
parent
84eea8dbb9
commit
6d4c9994a8
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ $link-hover-decoration: none;
|
|||
@import "ts/sass/bootstrap/bootstrap-reboot";
|
||||
@import "ts/sass/bootstrap/bootstrap-utilities";
|
||||
|
||||
body {
|
||||
body, html {
|
||||
overscroll-behavior: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue