How to prevent background scrolling when Bootstrap 3 modal open on mobile browsers?

后端 未结 20 1496
抹茶落季
抹茶落季 2020-12-01 01:45

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.<

20条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-01 01:49

    I've found a simple javascript/jquery solution which utilizes the bootstrap modal events.

    My solution also fixes the position:fixed problem where it scrolls the background page all the way back to the top instead of staying in place when modal window is opened/closed.

    See details here

提交回复
热议问题