From 57651289e52dc638260174edb9e77635c4cae896 Mon Sep 17 00:00:00 2001 From: William Grant Date: Wed, 22 May 2024 18:35:02 +1000 Subject: [PATCH] fix: make sure larger modals fit the minimum window size --- stylesheets/_session.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss index 2e9da6cc2..7fc7fd981 100644 --- a/stylesheets/_session.scss +++ b/stylesheets/_session.scss @@ -174,7 +174,7 @@ label { z-index: 150; min-width: 300px; box-sizing: border-box; - max-height: 70vh; + max-height: 90vh; max-width: calc(min(70vw, 800px)); font-family: var(--font-default); background-color: var(--modal-background-content-color);