简体   繁体   中英

Bootstrap modal over another modal Scrolling problem

So I have created a modal in bootstrap in inside this first modal a place a button for opening a second modal. It works perfectly. But when i close the 2nd modal the first modal scroll doesn't work. Rather if i scroll then the main body scrolled. So How can i solve this. 有 1 个模态

带 2 个模态

Add to your jQuery Code

<script>
    $('#id_ofyou_secondary_modal').on('hidden.bs.modal', function (e) {

      $('body').addClass('modal-open');

    });
</script>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM