Merge pull request #2015 from brkcvn/master
Add item bugfix solved for ios mobile devices
This commit is contained in:
commit
9437e083df
8
public/css/custom.css
vendored
8
public/css/custom.css
vendored
@ -1561,6 +1561,14 @@ table .align-items-center td span.badge {
|
||||
text-align: left;
|
||||
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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user