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:
937b7a6
)
Fix my-account list-overflow z-index for dropdowns compared to header
author
Rigel Kent
<sendmemail@rigelk.eu>
Mon, 9 Mar 2020 10:11:09 +0000
(11:11 +0100)
committer
Rigel Kent
<sendmemail@rigelk.eu>
Mon, 9 Mar 2020 10:11:09 +0000
(11:11 +0100)
client/src/sass/bootstrap.scss
patch
|
blob
|
history
diff --git
a/client/src/sass/bootstrap.scss
b/client/src/sass/bootstrap.scss
index daa4a049f82a55028a7faeb82fc288d856ba9763..e167fd02b872d96aa4e9754c0f28b73be58cb8fd 100644
(file)
--- a/
client/src/sass/bootstrap.scss
+++ b/
client/src/sass/bootstrap.scss
@@
-28,12
+28,11
@@
$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) {
- &:not(.parent-entry) {
- z-index: z(dropdown) !important;
- }
+ z-index: z(dropdown) !important;
+ &.list-overflow-menu,
&.parent-entry {
- z-index: z(header) - 1;
+ z-index: z(header) - 1
!important
;
}
}