Fix smooth scrolling setting

This commit is contained in:
Leilukin 2024-07-18 20:13:49 +08:00 committed by Helen Chong
parent 44b9367fdf
commit 5fbf98c5bb

View File

@ -1,8 +1,6 @@
/* GENERAL STYLES */ /* GENERAL STYLES */
html { @media (prefers-reduced-motion: no-preference) {
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; }
scroll-behavior: smooth;
}
} }
body { body {