From 715e13d1ccb6e3cc82bf566b8f5d9c5bd256dd47 Mon Sep 17 00:00:00 2001 From: tea Date: Sat, 9 Dec 2023 14:04:03 +0100 Subject: [PATCH] enable pull-to-refresh --- src/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.scss b/src/App.scss index 1d338d15..bb983fa5 100644 --- a/src/App.scss +++ b/src/App.scss @@ -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;