enable pull-to-refresh

This commit is contained in:
tea 2023-12-09 14:04:03 +01:00
parent 52eeb1f67f
commit a52c2b8669

View file

@ -20,7 +20,7 @@ body {
color: var(--text, $fallback--text);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overscroll-behavior-y: none;
overscroll-behavior-y: auto;
overflow-x: clip;
overflow-y: scroll;