feat: add data-scroll-behavior and CSS smooth scroll with reduced-motion fallback

This commit is contained in:
kbot
2026-06-03 21:56:05 -05:00
parent 3aa101812e
commit 48ad4512c3
2 changed files with 2 additions and 1 deletions

View File

@@ -75,6 +75,7 @@
@layer base {
html {
scroll-behavior: smooth;
scroll-padding-top: var(--scroll-offset);
}
body {