From 415419f3efa791692172188f688bcfc7118b8fdb Mon Sep 17 00:00:00 2001 From: mrjvs Date: Fri, 24 Nov 2023 14:37:17 +0100 Subject: [PATCH] Fix navigation zindex issues Co-authored-by: William Oldham --- src/components/layout/Navigation.tsx | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/src/components/layout/Navigation.tsx b/src/components/layout/Navigation.tsx index 7ed1bc4f..0bb28a0b 100644 --- a/src/components/layout/Navigation.tsx +++ b/src/components/layout/Navigation.tsx @@ -25,6 +25,7 @@ export function Navigation(props: NavigationProps) { return ( <> + {/* lightbar */} {!props.noLightbar ? (
) : null} + + {/* backgrounds - these are seperate because of z-index issues */}
-
+
+
+ + {/* content */} +
+
+