From 092b321cf039cb7df3e13557386f13ac1d77d5a4 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 14 Jun 2022 10:26:25 -0400 Subject: [PATCH] LP1904036 patron Other menu shows above sticky grid headers Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/styles.css b/Open-ILS/src/eg2/src/styles.css index 67e8c93fa7..db5253c19a 100644 --- a/Open-ILS/src/eg2/src/styles.css +++ b/Open-ILS/src/eg2/src/styles.css @@ -160,7 +160,8 @@ h5 {font-size: .95rem} .sticky-top-with-nav { top: 48px; position: sticky; - z-index: 1; + /* Sticky menus display above sticky grid headers */ + z-index: 2; } /* -------------------------------------------------------------------------- -- 2.11.0