diff --git a/nextjs-app/components/SchoolDetailView.module.css b/nextjs-app/components/SchoolDetailView.module.css index 24f0b82..5d68d1a 100644 --- a/nextjs-app/components/SchoolDetailView.module.css +++ b/nextjs-app/components/SchoolDetailView.module.css @@ -120,7 +120,7 @@ /* ── Sticky Section Navigation ──────────────────────── */ .sectionNav { position: sticky; - top: 3rem; + top: 3.5rem; z-index: 10; background: var(--bg-card, white); border: 1px solid var(--border-color, #e5dfd5);