From 1de1a0a7ab0d57a6c3179bd10172f0cc72b89fa4 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 24 Jan 2024 14:20:11 +0100 Subject: [PATCH] fixes #2094 more lines for selectize in search filters --- themes/default/css/search.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/css/search.css b/themes/default/css/search.css index d806d545c..f713a8db6 100644 --- a/themes/default/css/search.css +++ b/themes/default/css/search.css @@ -670,7 +670,7 @@ .filter-author-form .selectize-dropdown, .filter-added_by-form .selectize-dropdown { padding: 5px;; - max-height: 100px; + max-height: 200px; overflow-y: scroll; position: absolute; }