LoginSignup
2
3

More than 5 years have passed since last update.

Bootstrapのmodalで背景をクリックして閉じさせない

Last updated at Posted at 2017-01-01
data-backdrop="static"

を追加する

<div class="modal fade" data-backdrop="static">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header">...省略</div>
      <div class="modal-body">...省略</div>
      <div class="modal-footer">...省略</div>
    </div>
  </div>
</div>

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3