projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
758f0d1
)
Fix admin menu z-index for dropdowns compared to header
author
Rigel Kent
<sendmemail@rigelk.eu>
Sun, 8 Mar 2020 17:02:14 +0000
(18:02 +0100)
committer
Rigel Kent
<sendmemail@rigelk.eu>
Sun, 8 Mar 2020 17:02:14 +0000
(18:02 +0100)
client/src/sass/bootstrap.scss
patch
|
blob
|
history
diff --git
a/client/src/sass/bootstrap.scss
b/client/src/sass/bootstrap.scss
index 5e0b16bfa919db782c476d0ab37979b1b76c9273..daa4a049f82a55028a7faeb82fc288d856ba9763 100644
(file)
--- a/
client/src/sass/bootstrap.scss
+++ b/
client/src/sass/bootstrap.scss
@@
-28,7
+28,13
@@
$icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
/* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */
.dropdown:not(.btn-group) {
- z-index: z(dropdown) !important;
+ &:not(.parent-entry) {
+ z-index: z(dropdown) !important;
+ }
+
+ &.parent-entry {
+ z-index: z(header) - 1;
+ }
}
.dropdown-menu {