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)
committerBill Erickson <berickxx@gmail.com>
Wed, 13 Jul 2022 18:47:58 +0000 (14:47 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/styles.css

index 67e8c93..db5253c 100644 (file)
@@ -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;
 }
 
 /* --------------------------------------------------------------------------