How can I prevent body scrollbar and shifting when twitter bootstrap modal dialog is loaded?

前端 未结 11 1315
灰色年华
灰色年华 2020-12-23 16:42

When I open the twitter bootstrap modal dialog, the backdrop causes a scrollbar and shift the content.

To avoid the scrollbar I use this css:

.modal         


        
11条回答
  •  死守一世寂寞
    2020-12-23 17:13

    the best way is:

    • to add to BODY overflow-y: scroll
    • and remove 4 functions from bootstrap.js: checkScrollbar, setScrollbar, resetScrollbar, and measureScrollbar.

提交回复
热议问题