Bootstrap modal appearing under background

前端 未结 30 1322
离开以前
离开以前 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:35

    I have also encountered this problem and none of the solutions worked for me until i figured out i actually don't need a backdrop. You can easily remove the backdrop with the folowing code.

    
    

    Note: the data-backdrop attribute needs to be set to false (other options: static or true).

提交回复
热议问题