Fix smooth scrolling setting
This commit is contained in:
parent
ab3fb6a6e8
commit
657c7530ad
|
@ -1,8 +1,6 @@
|
||||||
/* GENERAL STYLES */
|
/* GENERAL STYLES */
|
||||||
html {
|
|
||||||
@media (prefers-reduced-motion: no-preference) {
|
@media (prefers-reduced-motion: no-preference) {
|
||||||
scroll-behavior: smooth;
|
html { scroll-behavior: smooth; }
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Reference in New Issue