Skip to content

Commit a936db5

Browse files
atrakhConvex, Inc.
authored andcommitted
dashboard: increase ContextMenu.Submenu zIndex (#39881)
GitOrigin-RevId: 20098733fa65dc9af1f6ca95b514d3f87cc88a41
1 parent 61b6f7f commit a936db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/dashboard-common/src/features/data/components/ContextMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ function ContextMenuSubmenu({
451451
<FloatingPortal>
452452
{/* 20px = twice the padding in the `shift` middleware (https://floating-ui.com/docs/misc#handling-large-content) */}
453453
<div
454-
className="z-40 overflow-hidden rounded-lg border bg-background-secondary shadow-md outline-hidden"
454+
className="z-50 overflow-hidden rounded-lg border bg-background-secondary shadow-md outline-hidden"
455455
ref={refs.setFloating}
456456
style={floatingStyles}
457457
{...getFloatingProps()}

0 commit comments

Comments
 (0)