mobile fix: FiltersMenu mobile trans stop hiding menu

This commit is contained in:
Mateusz 2022-12-09 12:27:19 +01:00
parent aff39e9c74
commit da01479f1d

View File

@ -21,7 +21,7 @@ const FiltersMenuStyle = styled(FlexColumn)`
box-shadow: ${({theme}) => theme.shadowLeft};
background-color: ${({theme}) => theme.colors.white};
transition: transform 0.5s ease-in-out;
z-index: 3;
z-index: 5;
::-webkit-scrollbar {
display: none;