Merge pull request #2015 from brkcvn/master

Add item bugfix solved for ios mobile devices
This commit is contained in:
Cüneyt Şentürk 2021-05-01 17:32:48 +03:00 committed by GitHub
commit 9437e083df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1561,6 +1561,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;
}
}
} }
/* Color Picker Submit Button Start */ /* Color Picker Submit Button Start */