From c608678b1fed28c5221cf14cf2ac72fc9c7b5b15 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 23 Mar 2016 18:29:31 +0100 Subject: [PATCH] Fixed z-index issue with sub menus --- wcfsetup/install/files/style/layout/pageHeader.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/style/layout/pageHeader.scss b/wcfsetup/install/files/style/layout/pageHeader.scss index 9338468828..0ef065c4f5 100644 --- a/wcfsetup/install/files/style/layout/pageHeader.scss +++ b/wcfsetup/install/files/style/layout/pageHeader.scss @@ -5,6 +5,7 @@ .pageHeaderContainer { background-color: $wcfHeaderBackground; color: $wcfHeaderText; + z-index: 100; a { color: $wcfHeaderLink; -- 2.20.1