From 905f143b352f2ccca170c595c671c29e9b5c1de1 Mon Sep 17 00:00:00 2001 From: jungwoo3490 Date: Sat, 20 Jan 2024 05:46:26 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20overScroll?= =?UTF-8?q?=20=EC=B0=A8=EB=8B=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/GlobalStyles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/GlobalStyles.ts b/src/styles/GlobalStyles.ts index 26eecfad..20f2ed02 100644 --- a/src/styles/GlobalStyles.ts +++ b/src/styles/GlobalStyles.ts @@ -117,6 +117,7 @@ const resetCss = css` body { position: relative; + overscroll-behavior: none; line-height: 1; touch-action: manipulation;