Преглед изворни кода

Fix smooth scroll behavior on styles

cihat-salik пре 2 година
родитељ
комит
410da36327
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {