OC: a11y polish — scroll-margin for anchored sections

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Michael Victory
2026-06-16 07:54:31 -07:00
parent 59e04ad6f8
commit 7fc9b20673
+1
View File
@@ -14,6 +14,7 @@
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
[id] { scroll-margin-top: 84px; }
body {
margin: 0;