Disable smooth scrolling for reduced motion preference
This commit is contained in:
parent
6bb6da7f42
commit
f02b8f6c5b
@ -1,6 +1,8 @@
|
||||
/* GENERAL STYLES */
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
|
Loading…
x
Reference in New Issue
Block a user