disable overscroll on html as well

This commit is contained in:
Damien Elmes 2021-04-22 19:52:56 +10:00
parent defd28caca
commit 5a531cd28c

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