Web: Common: FilterInput: Fixed z index in mobile devices

This commit is contained in:
Alexey Kostenko 2020-11-19 17:06:50 +03:00
parent 14f125f6e4
commit 3a6cfe80ea

View File

@ -95,6 +95,7 @@ const StyledFilterInput = styled.div`
.dropdown-style {
position: relative;
z-index: 190;
.drop-down {
padding: 16px;