Fix smooth scrolling setting

This commit is contained in:
Helen Chong 2024-07-18 20:13:49 +08:00
parent ab3fb6a6e8
commit 657c7530ad
1 changed files with 2 additions and 4 deletions

View File

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