aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>