Bootstrap modal: background jumps to top on toggle

后端 未结 30 3316
栀梦
栀梦 2020-11-29 19:48

I have a problem, with a modal. I have a button on a page, that toggles the modal. When the modal shows up, the page jumps to top.

I have done everything I could to

30条回答
  •  抹茶落季
    2020-11-29 20:25

    it's good idea for fixed it, it's look like jock!

    just enough, added one of two css code in your style

    .body.modal-open { overflow:visible;padding-right:0px !important;}
    .body.modal-open { height:auto;padding-right:0px !important;}

    https://github.com/jschr/bootstrap-modal/issues/131#issuecomment-153405449

提交回复
热议问题