From afcb7a337586f72fc6e11ce682e9b1b120e6e01d Mon Sep 17 00:00:00 2001 From: Luzifr Date: Wed, 11 Jan 2012 14:00:55 +0100 Subject: [PATCH] Prevents small display bug --- wcfsetup/install/files/acp/style/wcf.css | 6 ++++++ 1 file changed, 6 insertions(+) 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) { -- 2.20.1