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=5a58b053c63311366177aeff026dcd6bbc548365;p=working%2FEvergreen.git LP1904036 patron Other menu shows above sticky grid headers Signed-off-by: Bill Erickson --- 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; } /* --------------------------------------------------------------------------