mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-04-30 19:19:29 +08:00
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