diff --git a/site/content/docs/5.3/components/modal.md b/site/content/docs/5.3/components/modal.md index e00931e8162e..9f42f5aba358 100644 --- a/site/content/docs/5.3/components/modal.md +++ b/site/content/docs/5.3/components/modal.md @@ -201,7 +201,7 @@ When modals become too long for the user's viewport or device, they scroll indep
This is some placeholder content to show the scrolling behavior for modals. Instead of repeating the text in the modal, we use an inline style to set a minimum height, thereby extending the length of the overall modal and demonstrating the overflow scrolling. When content becomes longer than the height of the viewport, scrolling will move the modal as needed.