diff --git a/packages/twenty-front/src/modules/ui/layout/dropdown/components/DropdownMenu.tsx b/packages/twenty-front/src/modules/ui/layout/dropdown/components/DropdownMenu.tsx index 5689b9391..5ac402f98 100644 --- a/packages/twenty-front/src/modules/ui/layout/dropdown/components/DropdownMenu.tsx +++ b/packages/twenty-front/src/modules/ui/layout/dropdown/components/DropdownMenu.tsx @@ -24,7 +24,7 @@ const StyledDropdownMenu = styled.div<{ display: flex; flex-direction: column; - z-index: 1; + z-index: 30; width: ${({ width = 160 }) => typeof width === 'number' ? `${width}px` : width}; `;