Browse Source

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

Fix smooth scroll behavior on styles
Aykut Saraç 2 năm trước cách đây
mục cha
commit
962e108f79
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {