mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-05 13:50:58 +00:00
Add .fade to div.modal in "Live demo" modal example code; fixes #8723
This commit is contained in:
parent
d08d9a63c3
commit
1e0c0b8f94
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ $('#myModal').on('show.bs.modal', function (e) {
|
|||
<a data-toggle="modal" href="#myModal" class="btn btn-primary btn-large">Launch demo modal</a>
|
||||
|
||||
<!-- Modal -->
|
||||
<div class="modal" id="myModal">
|
||||
<div class="modal fade" id="myModal">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
|
|
|
|||
Loading…
Reference in a new issue