Explorar o código

Merge pull request #291 from cihat/fix/smooth-scroll

Fix smooth scroll behavior on styles
Aykut Saraç %!s(int64=2) %!d(string=hai) anos
pai
achega
962e108f79
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {