From df00df5124a44a8ef1fa6d76f8e8dbd02bacf1c2 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Sun, 6 Feb 2022 18:37:30 +0000 Subject: [PATCH] increased zindex of bottom nav (#1712) --- components/Shell.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Shell.tsx b/components/Shell.tsx index d953cc09..2fbcbc2f 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -106,10 +106,10 @@ export function ShellSubHeading(props: { return (
-

+

{props.title}

- {props.subtitle &&

{props.subtitle}

} + {props.subtitle &&

{props.subtitle}

}
{props.actions &&
{props.actions}
}
@@ -317,7 +317,7 @@ export default function Shell(props: { {props.children} {/* show bottom navigation for md and smaller (tablet and phones) */} -