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

Fix smooth scroll behavior on styles
This commit is contained in:
Aykut Saraç 2023-01-29 15:12:20 +03:00 committed by GitHub
commit 962e108f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ const GlobalStyle = createGlobalStyle`
* {
-webkit-tap-highlight-color: transparent;
scroll-behavior: smooth;
scroll-behavior: smooth !important;
}
.hide {