From 7f0f100d4d5d18c699c67dee04796a0792fe839c Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 24 Sep 2024 21:04:35 +0900 Subject: [PATCH] Docs: Update modal min-height inline style on very large screens (e.g. 4K monitors) the value `min-height: 1500px` doesn't show scrollbars as all the content fits on screen at once. Changing it to `min-height: 100vh` will ensure it always requires scrolling. (you can test this by zooming out when viewing docs) --- site/content/docs/5.3/components/modal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

Modal title

-