Browse Source

Fix smooth scroll behavior on styles

cihat-salik 2 years ago
parent
commit
410da36327
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/constants/globalStyle.ts

+ 1 - 1
src/constants/globalStyle.ts

@@ -22,7 +22,7 @@ const GlobalStyle = createGlobalStyle`
 
   * {
     -webkit-tap-highlight-color: transparent;
-    scroll-behavior: smooth;
+    scroll-behavior: smooth !important;
   }
 
   .hide {