From: Luzifr Date: Wed, 11 Jan 2012 13:00:55 +0000 (+0100) Subject: Prevents small display bug X-Git-Tag: 2.0.0_Beta_1~1433^2~6 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=afcb7a337586f72fc6e11ce682e9b1b120e6e01d;p=GitHub%2FWoltLab%2FWCF.git Prevents small display bug --- diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index e1e8ea769b..d39e033cdc 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -707,6 +707,12 @@ nav.topMenu { margin: 0 23px; display: block; position: relative; + z-index: 150; +} + +.footerNavigation { + position: relative; + z-index: 150; } @media screen and (min-width: 480px), screen and (min-device-width: 480px) {