fix: increase DropdownList z-index (#3579)

This commit is contained in:
Przemysław Ścigała
2020-04-12 11:41:43 +02:00
committed by GitHub
parent 2e0de95aed
commit 7fcdaef1c9

View File

@ -38,7 +38,7 @@ const DropdownList = styled.ul`
top: 0;
left: 0;
min-width: 100%;
z-index: ${zIndex.zIndex2};
z-index: ${zIndex.zIndex299};
${props => css`
width: ${props.width};