1

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.

Tukkan
  • 1,574
  • 2
  • 18
  • 33

1 Answers1

2

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.

cvrebert
  • 9,075
  • 2
  • 38
  • 49