From 04bc8b3d3331c2671ef438e77d3e9ee9b4a41e19 Mon Sep 17 00:00:00 2001 From: Remington Steed Date: Fri, 12 Apr 2019 09:18:35 -0400 Subject: [PATCH] LP#1669120: Make scrollable dropdown height match column picker To make scrollable dropdowns more usable, let's make them the same height as the grid column picker dropdown. This is a quick, simple improvement, and it follows precident with a frequently used feature (column picker, which has no known complaints). Signed-off-by: Remington Steed Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/css/style.css.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index 4647ab3aa6..d1b449999b 100644 --- a/Open-ILS/src/templates/staff/css/style.css.tt2 +++ b/Open-ILS/src/templates/staff/css/style.css.tt2 @@ -542,7 +542,7 @@ table.list tr.selected td { /* deprecated? */ /* scrollable menus for full-size screens */ .scrollable-menu { height: auto; - max-height: 200px; + max-height: 400px; overflow-x: hidden; } } -- 2.43.2