Fix: z index for the menu (#3497)

fix: z index for the menu
This commit is contained in:
Jeet Desai
2024-01-17 14:43:51 +05:30
committed by GitHub
parent 161c4f8910
commit 60e9864e52

View File

@ -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'};
`;