Fixed z-index of active tab menu items
authorAlexander Ebert <ebert@woltlab.com>
Wed, 5 Oct 2016 11:11:17 +0000 (13:11 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 5 Oct 2016 11:11:17 +0000 (13:11 +0200)
wcfsetup/install/files/style/ui/tabMenu.scss

index 38c360759dd1fad86fddd22ad8b1d8316c43f168..e92e0ca42831dc25cc823807d420854a99a127bc 100644 (file)
@@ -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;