mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
Merge pull request #291 from cihat/fix/smooth-scroll
Fix smooth scroll behavior on styles
This commit is contained in:
commit
962e108f79
@ -22,7 +22,7 @@ const GlobalStyle = createGlobalStyle`
|
||||
|
||||
* {
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
scroll-behavior: smooth;
|
||||
scroll-behavior: smooth !important;
|
||||
}
|
||||
|
||||
.hide {
|
||||
|
Loading…
x
Reference in New Issue
Block a user