disable overscroll on html as well

This commit is contained in:
Damien Elmes 2021-04-22 19:52:56 +10:00
parent 84eea8dbb9
commit 6d4c9994a8

View file

@ -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;
}