LP1904036 patron Other menu shows above sticky grid headers
authorBill Erickson <berickxx@gmail.com>
Tue, 14 Jun 2022 14:26:25 +0000 (10:26 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:39 +0000 (20:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/eg2/src/styles.css

index c396ed1..26c70a9 100644 (file)
@@ -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;
 }
 
 /* --------------------------------------------------------------------------