Use clip instead of hidden for body overflow

This commit is contained in:
Andy Smith
2025-06-24 15:49:38 -05:00
parent 174a4799bd
commit 21b7b29846
+5
View File
@@ -35,6 +35,11 @@
/* hyphens: auto; */
}
html,
body {
overflow-x: clip;
}
html {
scroll-behavior: smooth;
}