Prevents small display bug
authorLuzifr <szekely@woltlab.com>
Wed, 11 Jan 2012 13:00:55 +0000 (14:00 +0100)
committerLuzifr <szekely@woltlab.com>
Wed, 11 Jan 2012 13:00:55 +0000 (14:00 +0100)
wcfsetup/install/files/acp/style/wcf.css

index e1e8ea769b446928c5c54bc04111fbd8290a295a..d39e033cdc6a47fea501a36e67840de7b99e48ae 100644 (file)
@@ -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) {