From ac2af530d1b908c7cc24c86412065eb17819885f 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 Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- 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 c396ed1592..26c70a9356 100644 --- a/Open-ILS/src/eg2/src/styles.css +++ b/Open-ILS/src/eg2/src/styles.css @@ -175,7 +175,8 @@ a { .sticky-top-with-nav { top: 48px; position: sticky; - z-index: 1; + /* Sticky menus display above sticky grid headers */ + z-index: 2; } /* -------------------------------------------------------------------------- -- 2.11.0