From: Luzifr Date: Fri, 10 Feb 2012 12:41:33 +0000 (+0100) Subject: I hope that fixes the strange Opera layer stacking bugs X-Git-Tag: 2.0.0_Beta_1~1358^2~11 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=71dc7d6782ee198b43b7df6827de419db4138b3e;p=GitHub%2FWoltLab%2FWCF.git I hope that fixes the strange Opera layer stacking bugs --- diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index 5336610069..964ebd422c 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -194,6 +194,7 @@ header.wcf-pageHeader { width: 100%; overflow: hidden; position: relative; + z-index: 110; } @media screen and (min-width: 480px), screen and (min-device-width: 480px) { @@ -590,6 +591,7 @@ nav.wcf-topMenu { border-top-right-radius: 5px; background-color: rgba(0, 0, 0, .4); display: inline-block; + position: relative; } .wcf-mainMenu > ul > li { @@ -856,6 +858,7 @@ nav.wcf-topMenu { background-color: #d8e7f5; margin: 0 23px; position: relative; + z-index: 90; } @media screen and (min-width: 480px), screen and (min-device-width: 480px) { @@ -1229,6 +1232,7 @@ section.wcf-content .wcf-content { text-align: center; padding: 0 23px 33px; position: relative; + z-index: 110; } @media screen and (min-width: 480px), screen and (min-device-width: 480px) {