mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-09 22:13:05 -05:00
css: Increase z-index of Web 2's export dropdown
Otherwise parts of the breadcrumbs show through.
This commit is contained in:
parent
af11c3e715
commit
cfe87e440a
1 changed files with 4 additions and 0 deletions
|
|
@ -637,6 +637,10 @@ td > a > .badges {
|
|||
z-index: 2;
|
||||
}
|
||||
|
||||
.tabs > .dropdown-nav-item > ul {
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.breadcrumb li:first-child a {
|
||||
padding-left: 1em;
|
||||
padding-right: 0.5em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue