From cfe87e440a1b6a9638cde1afb4794900fe68302e Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 22 Feb 2019 13:26:43 +0100 Subject: [PATCH] css: Increase z-index of Web 2's export dropdown Otherwise parts of the breadcrumbs show through. --- public/css/module.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/module.less b/public/css/module.less index f40dec2..f57ccd4 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -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;