From 2998ae2568dfd6e4e60d83ab188fb1b9986a553c Mon Sep 17 00:00:00 2001 From: Tudor Date: Wed, 25 Mar 2026 11:44:54 +0000 Subject: [PATCH] fix(ui): increase sticky nav top offset to clear site header --- nextjs-app/components/SchoolDetailView.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);