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 edd04d2200a9..5ac402f98e8e 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 @@ -22,7 +22,7 @@ const StyledDropdownMenu = styled.div<{ box-shadow: ${({ theme }) => theme.boxShadow.strong}; display: flex; - max-width: 200px; + flex-direction: column; z-index: 30; width: ${({ width = 160 }) =>