mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-12 03:12:40 +00:00
Disable smooth scrolling for reduced motion preference
This commit is contained in:
parent
9969d0e36f
commit
b817f16013
@ -1,6 +1,8 @@
|
|||||||
/* GENERAL STYLES */
|
/* GENERAL STYLES */
|
||||||
html {
|
html {
|
||||||
scroll-behavior: smooth;
|
@media (prefers-reduced-motion: no-preference) {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user