From: Alexander Ebert Date: Wed, 5 Oct 2016 11:11:17 +0000 (+0200) Subject: Fixed z-index of active tab menu items X-Git-Tag: 3.0.0_Beta_3~50^2~87 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a2f67626e4c60e80cd51693c2be17c025c07cfd7;p=GitHub%2FWoltLab%2FWCF.git Fixed z-index of active tab menu items --- diff --git a/wcfsetup/install/files/style/ui/tabMenu.scss b/wcfsetup/install/files/style/ui/tabMenu.scss index 38c360759d..e92e0ca428 100644 --- a/wcfsetup/install/files/style/ui/tabMenu.scss +++ b/wcfsetup/install/files/style/ui/tabMenu.scss @@ -23,7 +23,7 @@ &.active{ // this causes the item to stand above the fade-effect caused // by the overflow overlays - z-index: 100; + z-index: 60; &::before { left: 0;