Web: Components: fix z-index value

This commit is contained in:
Vladislav Makhov 2020-09-16 12:34:22 +03:00
parent 931a1d9365
commit 0a7bc4d75f

View File

@ -19,7 +19,7 @@ const StyledGroupButtonsMenu = styled.div`
width: ${props => props.containerWidth ? props.containerWidth + 'px' : '100%'};;
white-space: nowrap;
display: ${props => props.visible ? 'block' : 'none'};
z-index: 195;
z-index: 189;
`;
const CloseButton = styled.div`