Fix broken multiselect in search on iOS

This commit is contained in:
morethanwords 2021-09-14 08:59:07 +04:00
parent d479c08bbd
commit 4cbcde58cc

View File

@ -213,6 +213,7 @@
}
.search-super-tabs-scrollable {
flex: 0 0 auto;
position: relative !important;
&:before {
@ -514,6 +515,7 @@
.scrollable-y {
position: relative;
flex: 1 1 auto;
}
}