Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorShohei Yoshida <ysds.code@gmail.com>2019-02-08 02:49:13 +0300
committerMark Otto <otto@github.com>2019-02-08 08:33:25 +0300
commit93dec4c67cc09d72f76fbf1b986293953231c016 (patch)
treeaba55ff106c0e72115bb8306c82c8f4df4cfa05c /site
parent51375abca5769682f1d27de2e29e6e9f15ec7314 (diff)
Fix scrollable modal snippet
Diffstat (limited to 'site')
-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 e95a57b9cd..d470bc7d44 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>