enable pull-to-refresh

This commit is contained in:
tea 2023-12-09 14:04:03 +01:00
parent e449b0c897
commit 715e13d1cc

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;