Bootstrap modal appearing under background

前端 未结 30 1278
离开以前
离开以前 2020-11-22 17:09

I have used the code for my modal straight from the Bootstrap example, and have included only the bootstrap.js (and not bootstrap-modal.js). However, my modal is appearing u

30条回答
  •  無奈伤痛
    2020-11-22 17:25

    I had this issue and the easiest way to fix it was addind z-index greater than 1040 on the modal-dialog div:

    I believe bootstrap create a div modal-backdrop fade in which in my case has the z-index 1040, so if You put the modal-dialog on top of this, it should not be grey out anymore.

提交回复
热议问题