@ -15,7 +15,7 @@ const StyledDropdownMenu = styled.div<{
|
|||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
z-index: 1;
|
||||||
width: ${({ width }) =>
|
width: ${({ width }) =>
|
||||||
width ? `${typeof width === 'number' ? `${width}px` : width}` : '160px'};
|
width ? `${typeof width === 'number' ? `${width}px` : width}` : '160px'};
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user