From 940a3dd1e0516ffca2f94f83431b47b5f39ee28a Mon Sep 17 00:00:00 2001 From: klmhyeonwoo Date: Fri, 9 Aug 2024 19:13:32 +0900 Subject: [PATCH] fix: #75 Fix Scroll Chaning Safari --- src/style/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/global.css b/src/style/global.css index 5bee9ce4..c7bd6844 100644 --- a/src/style/global.css +++ b/src/style/global.css @@ -27,6 +27,7 @@ html { font-size: 62.5%; height: -webkit-fill-available; + overscroll-behavior: none; } body {