"add item bugfix solved for ios mobile devices"

This commit is contained in:
Burak Civan 2021-05-01 16:44:48 +03:00
parent ad1304ab23
commit 6ebaaf73b8

View File

@ -1565,6 +1565,14 @@ table .align-items-center td span.badge {
text-align: left; text-align: left;
padding-left: 15%; padding-left: 15%;
} }
@supports (-webkit-touch-callout: none) {
.product-select .aka-select.aka-select--fluid.is-open {
position: relative;
height: 460px;
margin-top: unset !important;
}
}
} }