Fix broken multiselect in search on iOS
This commit is contained in:
parent
d479c08bbd
commit
4cbcde58cc
@ -212,7 +212,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-super-tabs-scrollable {
|
.search-super-tabs-scrollable {
|
||||||
|
flex: 0 0 auto;
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
@ -514,6 +515,7 @@
|
|||||||
|
|
||||||
.scrollable-y {
|
.scrollable-y {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user