forked from AkkomaGang/akkoma-fe
enable pull-to-refresh
This commit is contained in:
parent
52eeb1f67f
commit
a52c2b8669
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ body {
|
||||||
color: var(--text, $fallback--text);
|
color: var(--text, $fallback--text);
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
overscroll-behavior-y: none;
|
overscroll-behavior-y: auto;
|
||||||
overflow-x: clip;
|
overflow-x: clip;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue