From 1c3766f1ebcfd7fd10e42b343288ba41764e5816 Mon Sep 17 00:00:00 2001 From: Geoff Sams Date: Mon, 4 Jun 2018 16:23:49 -0500 Subject: [PATCH] Changing z-index to 4 to allow active text boxes to pass under patron tabs naturally. Signed-off-by: Geoff Sams --- Open-ILS/src/templates/staff/css/circ.css.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/css/circ.css.tt2 b/Open-ILS/src/templates/staff/css/circ.css.tt2 index 24d555075f..eb7b139b80 100644 --- a/Open-ILS/src/templates/staff/css/circ.css.tt2 +++ b/Open-ILS/src/templates/staff/css/circ.css.tt2 @@ -33,7 +33,7 @@ but the ones I'm finding aren't quite cutting it..*/ left: 45px; padding-top: 20px; padding-top: 10px; - z-index: 3; + z-index: 4; background-color: rgba(255,255,255,1); } -- 2.11.0