Bootstrap Modal popping up but has a “tinted” page and can't interact

后端 未结 9 1772
南笙
南笙 2020-12-08 05:18

I am using bootstrap to set up a modal popup. When a button is clicked, the modal dialog opens, but the entire page is slightly \"tinted\", and I can\'t interact with the m

9条回答
  •  轮回少年
    2020-12-08 05:35

    I fixed this problem by moving all modal html to the bottom of my file! Nothing else worked. Only the button to open the modal is within the rest of the html. This could have something to do with body tag declarations but I don't have time to worry about it.

提交回复
热议问题