From eb6a314444371887291a3faaec492c09afc8e7fb Mon Sep 17 00:00:00 2001 From: Stephen Date: Tue, 20 Aug 2024 19:04:35 -0400 Subject: [PATCH] increase max height --- multiselect.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multiselect.css b/multiselect.css index 0a998ef..0962178 100644 --- a/multiselect.css +++ b/multiselect.css @@ -83,7 +83,7 @@ div.multi-select fieldset { width: 100%; border-radius: 2px; - max-height: 1in; + max-height: 3in; overflow-y: auto; overflow-x: hidden; }