enforce scroll to avoid jumpiness

This commit is contained in:
Henry Jameson 2022-04-11 23:54:44 +03:00
parent e744775ce8
commit 2e10c1b0a3
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ body {
-moz-osx-font-smoothing: grayscale;
overscroll-behavior-y: none;
overflow-x: clip;
overflow-y: scroll;
&.hidden {
display: none;