From f1eec4e726e590aa3148cca030b8a48aaf0bd860 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Sun, 28 May 2023 14:32:47 +0200 Subject: [PATCH] Fix scroll freezes on iOS (#3232) --- src/styles/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index f6e74d752..456eeecc2 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -22,6 +22,7 @@ body { line-height: 1.5; text-align: left; overflow: hidden; + overscroll-behavior: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;