Closed serGlazkov closed 8 years ago
Hello! I init jQuery-Selectric like this
$('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/qegeco Other example with height: 100%; http://output.jsbin.com/seleyi
height: 100%;
UPD: test at browserstack iOS < 7 - no problem, iOS 8.3 - have some problem, iOS 9.1 have this bug
I have answer here http://stackoverflow.com/questions/35668938/jquery-selectric-bug-on-ipad/35974343#35974343
Hello! I init jQuery-Selectric like this
If i open select on iPad device my left column move up
Please, help with it. Demo here: http://output.jsbin.com/qegeco Other example with
height: 100%;
http://output.jsbin.com/seleyiUPD: test at browserstack iOS < 7 - no problem, iOS 8.3 - have some problem, iOS 9.1 have this bug