Просмотр исходного кода

Fix smooth scroll behavior on styles

cihat-salik 2 лет назад
Родитель
Сommit
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 {