From 59ed92b63c349f4b1271c6e60ef89f2058adfa1a Mon Sep 17 00:00:00 2001 From: Tudor Date: Wed, 25 Mar 2026 11:52:08 +0000 Subject: [PATCH] fix(ui): contain map z-index so it doesn't overlap sticky header/nav --- nextjs-app/components/SchoolDetailView.module.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nextjs-app/components/SchoolDetailView.module.css b/nextjs-app/components/SchoolDetailView.module.css index 5d68d1a..0f24083 100644 --- a/nextjs-app/components/SchoolDetailView.module.css +++ b/nextjs-app/components/SchoolDetailView.module.css @@ -395,6 +395,9 @@ border-radius: 8px; overflow: hidden; border: 1px solid var(--border-color, #e5dfd5); + isolation: isolate; + z-index: 0; + position: relative; } /* History Table */