From 410da36327f4417e63ca010951413af315f1b8ec Mon Sep 17 00:00:00 2001 From: cihat-salik Date: Fri, 6 Jan 2023 00:26:16 +0300 Subject: [PATCH] Fix smooth scroll behavior on styles --- src/constants/globalStyle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/globalStyle.ts b/src/constants/globalStyle.ts index 8d08133..0f68ff2 100644 --- a/src/constants/globalStyle.ts +++ b/src/constants/globalStyle.ts @@ -22,7 +22,7 @@ const GlobalStyle = createGlobalStyle` * { -webkit-tap-highlight-color: transparent; - scroll-behavior: smooth; + scroll-behavior: smooth !important; } .hide {