Skip to content

Commit

Permalink
Docs: fix sentence in 'Scrolling long content' modal section (twbs#39378
Browse files Browse the repository at this point in the history
)

Co-authored-by: Julien Déramond <juderamond@gmail.com>
  • Loading branch information
2 people authored and romankupchak93 committed Jan 5, 2024
1 parent 45efb62 commit f3be73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/components/modal.md
Expand Up @@ -218,7 +218,7 @@ When modals become too long for the user's viewport or device, they scroll indep
</button>
</div>

You can also create a scrollable modal that allows scroll the modal body by adding `.modal-dialog-scrollable` to `.modal-dialog`.
You can also create a scrollable modal that allows scrolling the modal body by adding `.modal-dialog-scrollable` to `.modal-dialog`.

<div class="modal fade" id="exampleModalScrollable" tabindex="-1" aria-labelledby="exampleModalScrollableTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable">
Expand Down

0 comments on commit f3be73c

Please sign in to comment.