From a519206db76f03094412521a1aee6f116f3de919 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Fri, 11 Feb 2022 21:33:11 +0000 Subject: [PATCH] added z-index for dialog (#1824) --- apps/web/components/Dialog.tsx | 4 ++-- apps/web/components/Shell.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/components/Dialog.tsx b/apps/web/components/Dialog.tsx index 5d77c465e2..a2e854b1a0 100644 --- a/apps/web/components/Dialog.tsx +++ b/apps/web/components/Dialog.tsx @@ -6,7 +6,7 @@ export function Dialog(props: DialogProps) { const { children, ...other } = props; return ( - + {children} ); @@ -17,7 +17,7 @@ export const DialogContent = React.forwardRef ( {children} diff --git a/apps/web/components/Shell.tsx b/apps/web/components/Shell.tsx index 4b4ea0bf7f..9d6b211e89 100644 --- a/apps/web/components/Shell.tsx +++ b/apps/web/components/Shell.tsx @@ -317,7 +317,7 @@ export default function Shell(props: { {props.children} {/* show bottom navigation for md and smaller (tablet and phones) */} -