We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b6f7f commit a936db5Copy full SHA for a936db5
npm-packages/dashboard-common/src/features/data/components/ContextMenu.tsx
@@ -451,7 +451,7 @@ function ContextMenuSubmenu({
451
<FloatingPortal>
452
{/* 20px = twice the padding in the `shift` middleware (https://floating-ui.com/docs/misc#handling-large-content) */}
453
<div
454
- className="z-40 overflow-hidden rounded-lg border bg-background-secondary shadow-md outline-hidden"
+ className="z-50 overflow-hidden rounded-lg border bg-background-secondary shadow-md outline-hidden"
455
ref={refs.setFloating}
456
style={floatingStyles}
457
{...getFloatingProps()}
0 commit comments