update navigation z index

This commit is contained in:
Pas 2025-10-19 17:51:19 -06:00
parent 60f1438327
commit 5bf1d5f1ff

View file

@ -128,7 +128,7 @@ export function Navigation(props: NavigationProps) {
{/* content */} {/* content */}
<div <div
className="top-content fixed pointer-events-none left-0 right-0 z-[60] top-0 min-h-[150px]" className="top-content fixed pointer-events-none left-0 right-0 z-[500] top-0 min-h-[150px]"
style={{ style={{
top: `${bannerHeight}px`, top: `${bannerHeight}px`,
}} }}