From: Remington Steed <rjs7@calvin.edu> Date: Fri, 12 Apr 2019 13:18:35 +0000 (-0400) Subject: LP#1669120: Make scrollable dropdown height match column picker X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=04bc8b3d3331c2671ef438e77d3e9ee9b4a41e19;p=evergreen%2Fjoelewis.git 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 <rjs7@calvin.edu> Signed-off-by: Bill Erickson <berickxx@gmail.com> --- 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; } }