bootstrap css - how to make a modal dialog modal without affecting the background

前端 未结 7 830
时光说笑
时光说笑 2021-02-01 14:44

In bootstrap css, it is possible to display a modal dialog, but I want to be able to make it modal so the UI behind doesn\'t respond, without having the dark black background sh

相关标签:
7条回答
  • 2021-02-01 15:16

    Surey all you need to do is tweak the CSS to change the opacity of the black background. It doesn't have to be visible to block clicks to underlying elements (unless there's some clickjacking protection I don't know about?). The class to target is div.modal-backdrop.

    0 讨论(0)
提交回复
热议问题