forked from AkkomaGang/akkoma-fe
enforce scroll to avoid jumpiness
This commit is contained in:
parent
e744775ce8
commit
2e10c1b0a3
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ body {
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
overscroll-behavior-y: none;
|
||||
overflow-x: clip;
|
||||
overflow-y: scroll;
|
||||
|
||||
&.hidden {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue