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 8253d7192..bad084352 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 @@ -15,7 +15,7 @@ const StyledDropdownMenu = styled.div<{ display: flex; flex-direction: column; - + z-index: 1; width: ${({ width }) => width ? `${typeof width === 'number' ? `${width}px` : width}` : '160px'}; `;