mirror of
https://github.com/ankitects/anki.git
synced 2025-11-21 03:57:14 -05:00
disable overscroll on html as well
This commit is contained in:
parent
defd28caca
commit
5a531cd28c
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-reboot";
|
||||||
@import "ts/sass/bootstrap/bootstrap-utilities";
|
@import "ts/sass/bootstrap/bootstrap-utilities";
|
||||||
|
|
||||||
body {
|
body, html {
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue