From: Alexander Ebert Date: Thu, 21 Jan 2016 22:34:06 +0000 (+0100) Subject: Added proper z-index to fixed header X-Git-Tag: 3.0.0_Beta_1~2030^2~140 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=66c4f7af600b0c72ad16c785a7e1157bb55ce329;p=GitHub%2FWoltLab%2FWCF.git Added proper z-index to fixed header --- 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;