Skip to content
Snippets Groups Projects
Verified Commit 631baff6 authored by Dennis Collaris's avatar Dennis Collaris
Browse files

fix: ensure tooltips cannot overlap dialogs

parent a7396035
No related branches found
No related tags found
1 merge request!201fix: ensure tooltips cannot overlap dialogs
Pipeline #138436 passed
......@@ -143,7 +143,7 @@ export const DialogContent = React.forwardRef<HTMLDivElement, React.HTMLProps<HT
return (
<FloatingPortal>
<FloatingOverlay className="grid place-items-center" lockScroll style={{ backgroundColor: 'rgba(0, 0, 0, 0.4)' }}>
<FloatingOverlay className="grid place-items-center z-50" lockScroll style={{ backgroundColor: 'rgba(0, 0, 0, 0.4)' }}>
<FloatingFocusManager context={context.floatingContext}>
<div
ref={ref}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment