Bootstrap modal z-index

后端 未结 9 1339
时光说笑
时光说笑 2020-12-29 20:22

The issue is: I\'m using parrallx scrolling, so I have z-index in the page now when I try to popup a box-modal by Bootstrap I get him to look like this https://www.dropbox.c

9条回答
  •  失恋的感觉
    2020-12-29 21:05

    I fell into this this with using the JQLayout plugin, especially when using nested layouts and modals with Bootstrap 4.

    An overriding css needs to be added to correct the behaviour,

    .pane-center{
        z-index:inherit !important;
    }
    

提交回复
热议问题