fix: increase DropdownList z-index (#3579)
This commit is contained in:
parent
2e0de95aed
commit
7fcdaef1c9
@ -38,7 +38,7 @@ const DropdownList = styled.ul`
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
z-index: ${zIndex.zIndex2};
|
z-index: ${zIndex.zIndex299};
|
||||||
|
|
||||||
${props => css`
|
${props => css`
|
||||||
width: ${props.width};
|
width: ${props.width};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user