Explorar el Código

Fix smooth scroll behavior on styles

cihat-salik hace 2 años
padre
commit
410da36327
Se han modificado 1 ficheros con 1 adiciones y 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 {