Skip to content

Commit

Permalink
Fix fermeture du modal twbs#2
Browse files Browse the repository at this point in the history
  • Loading branch information
GrCOTE7 committed Aug 15, 2019
1 parent 2721c61 commit cb8c292
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions exemples/index_a.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ <h4>Titre du 1<sup>er</sup> accordéon</h4>
</div>

<div class="container-fluid">


<div class="row text-center">
<div class="col">
<button
Expand Down Expand Up @@ -110,7 +108,7 @@ <h4 class="modal-title">Plus d'informations</h4>
<button
type="button"
data-toggle="modal"
data-backdrop="false"
data-backdrop="false"
data-target="#infos2"
class="btn btn-primary"
>
Expand All @@ -119,7 +117,15 @@ <h4 class="modal-title">Plus d'informations</h4>
<div class="modal" id="infos2">
<div class="modal-dialog">
<div class="modal-content text-center">
Contenu de la fenêtre modale 2
<div class="modal-header text-right">
<h4>Sans fond blanc, donc oblige fermeture</h4>
<button type="button" class="close" data-dismiss="modal">
<span>&times;</span>
</button>
</div>
<div class="modal-body">
Contenu de la fenêtre modale 2
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit cb8c292

Please sign in to comment.