Skip to content

Commit bbb8a7d

Browse files
committed
Remove smooth scroll from reset CSS
1 parent d863304 commit bbb8a7d

File tree

1 file changed

+0
-7
lines changed
  • packages/cyberstorm-styles/src/styles

1 file changed

+0
-7
lines changed

packages/cyberstorm-styles/src/styles/reset.css

-7
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ html {
4545
text-size-adjust: none;
4646
}
4747

48-
/* Smooth scrolling for users that don't prefer reduced motion */
49-
@media (prefers-reduced-motion: no-preference) {
50-
html:focus-within {
51-
scroll-behavior: smooth;
52-
}
53-
}
54-
5548
body {
5649
/* https://marco.org/2012/11/15/text-rendering-optimize-legibility */
5750
text-rendering: optimizespeed;

0 commit comments

Comments
 (0)