Revert "fix: dropdowns should have a max-height & padding from screen" (#8165)

Reverts twentyhq/twenty#8055
This commit is contained in:
martmull
2024-10-29 09:54:16 +01:00
committed by GitHub
parent a725245c2f
commit 94f2e1067b
2 changed files with 4 additions and 20 deletions

View File

@@ -25,8 +25,6 @@ const StyledDropdownMenu = styled.div<{
flex-direction: column;
z-index: 30;
overflow-y: scroll;
overflow-x: hidden;
width: ${({ width = 160 }) =>
typeof width === 'number' ? `${width}px` : width};
`;