I have scrollable content under the bootstrap modal. When i touchmove on the popup overlay, I can still scroll the content under the modal. Can it be disabled somehow?
Tested on iPad mini.
I have scrollable content under the bootstrap modal. When i touchmove on the popup overlay, I can still scroll the content under the modal. Can it be disabled somehow?
Tested on iPad mini.
This is a known issue caused by bugs/deficiencies in the mobile browsers themselves. No acceptable fix is currently known. From the Bootstrap docs:
Overflow and scrolling
Support for
overflow: hidden
on the<body>
element is quite limited in iOS and Android. To that end, when you scroll past the top or bottom of a modal in either of those devices' browsers, the<body>
content will begin to scroll.