css: Increase z-index of Web 2's export dropdown

Otherwise parts of the breadcrumbs show through.
This commit is contained in:
Johannes Meyer 2019-02-22 13:26:43 +01:00
parent af11c3e715
commit cfe87e440a

View file

@ -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;