diff options
| author | Shohei Yoshida <[email protected]> | 2019-02-08 08:49:13 +0900 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2019-02-07 21:33:25 -0800 |
| commit | 93dec4c67cc09d72f76fbf1b986293953231c016 (patch) | |
| tree | aba55ff106c0e72115bb8306c82c8f4df4cfa05c | |
| parent | 51375abca5769682f1d27de2e29e6e9f15ec7314 (diff) | |
| download | bootstrap-93dec4c67cc09d72f76fbf1b986293953231c016.tar.xz bootstrap-93dec4c67cc09d72f76fbf1b986293953231c016.zip | |
Fix scrollable modal snippet
| -rw-r--r-- | site/docs/4.2/components/modal.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/components/modal.md b/site/docs/4.2/components/modal.md index e95a57b9c..d470bc7d4 100644 --- a/site/docs/4.2/components/modal.md +++ b/site/docs/4.2/components/modal.md @@ -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> |
