From 72b24508f11564106212f66a70e84a8b8fdd1403 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Mon, 2 Aug 2021 19:50:52 +0200 Subject: [PATCH] fixed zIndex bug of bottom nav on eventTypes --- components/Shell.tsx | 60 ++++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/components/Shell.tsx b/components/Shell.tsx index cc628198..c5c72516 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -145,40 +145,40 @@ export default function Shell(props) {
{props.children}
+ {/* show bottom navigation for md and smaller (tablet and phones) */} + + {/* add padding to content for mobile navigation*/}
- - {/* show bottom navigation for md and smaller (tablet and phones) */} - ) : null;