I am working on a site using Bootstrap 3.1.0.
You\'ll notice when the modal window opens, the browser scroll bar just disappears for a split second, then comes back.
The best solution for me was use this settings. It works for web and mobile
.modal-open { overflow: hidden; position: absolute; width: 100%; height: 100%; }