fix(scroll): add scroll-padding-top equal to navbar height (6.25rem)

Prevents sticky navbar from covering anchor targets on smooth scroll.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marco
2026-06-30 21:43:17 +00:00
parent 1aa03476c3
commit 8d8674281a
+1
View File
@@ -14,6 +14,7 @@
html {
scroll-behavior: smooth;
scroll-padding-top: 6.25rem; /* navbar height */
}
body {