aboutsummaryrefslogtreecommitdiff
path: root/site/docs
diff options
context:
space:
mode:
authorShohei Yoshida <[email protected]>2019-02-08 08:49:13 +0900
committerMark Otto <[email protected]>2019-02-07 21:33:25 -0800
commit93dec4c67cc09d72f76fbf1b986293953231c016 (patch)
treeaba55ff106c0e72115bb8306c82c8f4df4cfa05c /site/docs
parent51375abca5769682f1d27de2e29e6e9f15ec7314 (diff)
downloadbootstrap-93dec4c67cc09d72f76fbf1b986293953231c016.tar.xz
bootstrap-93dec4c67cc09d72f76fbf1b986293953231c016.zip
Fix scrollable modal snippet
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/4.2/components/modal.md2
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>