projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
925b59c
)
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
Bill 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
patch
|
blob
|
history
diff --git
a/Open-ILS/src/eg2/src/styles.css
b/Open-ILS/src/eg2/src/styles.css
index
67e8c93
..
db5253c
100644
(file)
--- 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;
}
/* --------------------------------------------------------------------------