diff --git a/packages/client/src/components/OriginalDialog.tsx b/packages/client/src/components/OriginalDialog.tsx index 451c87c227..e870cbc8c0 100644 --- a/packages/client/src/components/OriginalDialog.tsx +++ b/packages/client/src/components/OriginalDialog.tsx @@ -55,7 +55,7 @@ export const DialogOverlay = React.forwardRef< React.ComponentPropsWithoutRef >(({ className, style, ...props }, ref) => { const depth = React.useContext(DialogDepthContext); - const overlayZIndex = 50 + (depth - 1) * 60; + const overlayZIndex = 130 + (depth - 1) * 60; return ( { const depth = React.useContext(DialogDepthContext); - const contentZIndex = 100 + (depth - 1) * 60; + const contentZIndex = 140 + (depth - 1) * 60; /* Handle Escape key to prevent closing dialog if a tooltip or dropdown has focus (this is a workaround in order to achieve WCAG compliance which requires