From 80294408d300530372cc8aac00533bd180e36d0d Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Sun, 26 May 2019 06:30:12 -0400 Subject: [PATCH] Improve height restriction for popup config dialog Noticed unnecessary overflow in Github Dark's config dialog. We should allow it to utilize available height. --- msgbox/msgbox.css | 1 + 1 file changed, 1 insertion(+) diff --git a/msgbox/msgbox.css b/msgbox/msgbox.css index 8c9dc019..0afaa940 100644 --- a/msgbox/msgbox.css +++ b/msgbox/msgbox.css @@ -150,6 +150,7 @@ justify-content: center; } #message-box.stylus-popup > div { + max-height: 570px; max-width: 90vw; top: auto; right: auto;