fix: add scroll-padding-top to prevent header from covering TOC targets

This commit is contained in:
2026-06-01 23:34:50 -05:00
parent 17eac2c406
commit 9531080c7a

View File

@@ -69,6 +69,9 @@
}
@layer base {
html {
scroll-padding-top: 96px;
}
body {
font-family: var(--font-serif);
font-weight: 400;