projects
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da0f888
)
LP1904036 patron Other menu shows above sticky grid headers
author
Bill Erickson
<berickxx@gmail.com>
Tue, 14 Jun 2022 14:26:25 +0000
(10:26 -0400)
committer
Galen 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
patch
|
blob
|
history
diff --git
a/Open-ILS/src/eg2/src/styles.css
b/Open-ILS/src/eg2/src/styles.css
index
c396ed1
..
26c70a9
100644
(file)
--- 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;
}
/* --------------------------------------------------------------------------