How to prevent background scrolling when Bootstrap 3 modal open on mobile platforms? On desktop browsers the background is prevented from scrolling and works as it should.<
Try this,
body.modal-open { overflow: hidden; position:fixed; width: 100%; }