fix: push TOC below sticky header by increasing sticky top offset

This commit is contained in:
2026-06-01 23:45:12 -05:00
parent 9531080c7a
commit 2c6cbe96d9

View File

@@ -58,7 +58,7 @@ export function TableOfContents() {
if (headings.length === 0) return null;
return (
<nav className="lg:sticky lg:top-8">
<nav className="lg:sticky lg:top-[72px]">
<h4 className="font-sans text-xs font-semibold uppercase tracking-wider text-ink-soft mb-3">
On this page
</h4>