Overscroll fix

This commit is contained in:
James Lyne 2020-12-19 01:12:40 +00:00
parent 151ccc6245
commit 3af8159bdc

View File

@ -93,6 +93,7 @@ body {
html, body {
background-color: $global-background;
height: 100%;
overscroll-behavior: none;
}
h1, h2, h3, h4, h5, h6 {