From: Bill Erickson Date: Thu, 14 Mar 2019 20:30:09 +0000 (-0400) Subject: JBAS-2216 Increase scollable menu height X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=75e34e384da88a3568df606720b83058626d2823;p=working%2FEvergreen.git JBAS-2216 Increase scollable menu height Increase all scrollable menus (including grid context/action menus) by 50% to reduce scrolling requirements. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index 351292ee24..63ca06dcc8 100644 --- a/Open-ILS/src/templates/staff/css/style.css.tt2 +++ b/Open-ILS/src/templates/staff/css/style.css.tt2 @@ -546,7 +546,7 @@ table.list tr.selected td { /* deprecated? */ /* scrollable menus for full-size screens */ .scrollable-menu { height: auto; - max-height: 200px; + max-height: 300px; overflow-x: hidden; } }