mobile fix: FiltersMenu mobile trans stop hiding menu
This commit is contained in:
parent
aff39e9c74
commit
da01479f1d
@ -21,7 +21,7 @@ const FiltersMenuStyle = styled(FlexColumn)`
|
|||||||
box-shadow: ${({theme}) => theme.shadowLeft};
|
box-shadow: ${({theme}) => theme.shadowLeft};
|
||||||
background-color: ${({theme}) => theme.colors.white};
|
background-color: ${({theme}) => theme.colors.white};
|
||||||
transition: transform 0.5s ease-in-out;
|
transition: transform 0.5s ease-in-out;
|
||||||
z-index: 3;
|
z-index: 5;
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user