From 66c4f7af600b0c72ad16c785a7e1157bb55ce329 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 21 Jan 2016 23:34:06 +0100 Subject: [PATCH] Added proper z-index to fixed header --- wcfsetup/install/files/style/layout/pageHeaderSticky.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/style/layout/pageHeaderSticky.scss b/wcfsetup/install/files/style/layout/pageHeaderSticky.scss index 74abc2e0f4..f8072ea697 100644 --- a/wcfsetup/install/files/style/layout/pageHeaderSticky.scss +++ b/wcfsetup/install/files/style/layout/pageHeaderSticky.scss @@ -17,6 +17,7 @@ position: fixed; top: 0; right: 0; + z-index: 301; > div { padding-bottom: 10px; -- 2.20.1