From: Bill Erickson Date: Tue, 14 Jun 2022 14:26:25 +0000 (-0400) Subject: LP1904036 patron Other menu shows above sticky grid headers X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ac2af530d1b908c7cc24c86412065eb17819885f;p=Evergreen.git LP1904036 patron Other menu shows above sticky grid headers Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- 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; } /* --------------------------------------------------------------------------