I use jQuery Selectric plugin for customize select's.
$('select').selectric({ disableOnMobile: false });
If i open select on iPad device my left column move up
.left-column { position: fixed; left: 0; top: 0; width: 200px; height: 100vh; background: #F00; z-index: 100; }
Please, help with it. Demo here: http://output.jsbin.com/seleyi
UPD: test at browserstack iOS < 7 - no problem, iOS 8.3 - have some problem, iOS 9.1 have this bug
0 comments:
Post a Comment