Few days ago i figured out strange bug in Bootstrap v3.3.5 modals scroll. So when modal is opened everything is ok and scroll works properly. But when user modals contains any <select> item and user choose option from it then after that modal is not scrollable but BODY is so users can't scroll up down.
I was googling and i found one suggestion how to fix it

@media (max-width: 480px) {
body.modal-open {
overflow: hidden;
position:fixed;
}
}

So after that issue is gone "> Few days ago i figured out strange bug in Bootstrap v3.3.5 modals scroll. So when modal is opened everything is ok and scroll works properly. But when user modals contains any <select> item and user choose option from it then after that modal is not scrollable but BODY is so users can't scroll up down.
I was googling and i found one suggestion how to fix it

@media (max-width: 480px) {
body.modal-open {
overflow: hidden;
position:fixed;
}
}

So after that issue is gone "> Few days ago i figured out strange bug in Bootstrap v3.3.5 modals scroll. So when modal is opened everything is ok and scroll works properly. But when user modals contains any <select> item and user choose option from it then after that modal is not scrollable but BODY is so users can't scroll up down.
I was googling and i found one suggestion how to fix it

@media (max-width: 480px) {
body.modal-open {
overflow: hidden;
position:fixed;
}
}

So after that issue is gone " />
Vova Bilyachat

Melbourne, Australia

Iphone scroll issue with bootstrap Modal after any item is selected in select

29 November 2015

Few days ago i figured out strange bug in Bootstrap v3.3.5 modals scroll. So when modal is opened everything is ok and scroll works properly. But when user modals contains any <select> item and user choose option from it then after that modal is not scrollable but BODY is so users can't scroll up down.
I was googling and i found one suggestion how to fix it

@media (max-width: 480px) {
body.modal-open {
overflow: hidden;
position:fixed;
}
}

So after that issue is gone