From 75e34e384da88a3568df606720b83058626d2823 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 14 Mar 2019 16:30:09 -0400 Subject: [PATCH] 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 --- 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 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; } } -- 2.11.0