Skip to content

Commit

Permalink
Fix scrollable modal snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
ysds authored and mdo committed Feb 8, 2019
1 parent 51375ab commit 93dec4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/4.2/components/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ You can also create a scrollable modal that allows scroll the modal body by addi

<!-- Modal -->
<div class="modal fade" id="exampleModalScrollable" tabindex="-1" role="dialog" aria-labelledby="exampleModalScrollableTitle" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-dialog modal-dialog-scrollable" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalScrollableTitle">Modal title</h5>
Expand Down

0 comments on commit 93dec4c

Please sign in to comment.