@ -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'};
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user