Skip to content

Commit

Permalink
Remove smooth scroll from reset CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksamies committed Oct 18, 2024
1 parent d863304 commit bbb8a7d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/cyberstorm-styles/src/styles/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ html {
text-size-adjust: none;
}

/* Smooth scrolling for users that don't prefer reduced motion */
@media (prefers-reduced-motion: no-preference) {
html:focus-within {
scroll-behavior: smooth;
}
}

body {
/* https://marco.org/2012/11/15/text-rendering-optimize-legibility */
text-rendering: optimizespeed;
Expand Down

0 comments on commit bbb8a7d

Please sign in to comment.