From 0ec803b447852b74cf2b429a94e72686d918bb7f Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Thu, 20 Aug 2026 17:11:48 -0700 Subject: [PATCH] change modal size --- css/modal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/modal.css b/css/modal.css index 45e0f205..0e68043f 100644 --- a/css/modal.css +++ b/css/modal.css @@ -81,7 +81,7 @@ body:has(dialog[open]) { } .modal-img { - max-height: calc(90vh - 2rem); + max-height: calc(100vh - 2rem); object-fit: contain; width: auto; max-width: 90%;