Added proper z-index to fixed header
authorAlexander Ebert <ebert@woltlab.com>
Thu, 21 Jan 2016 22:34:06 +0000 (23:34 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 21 Jan 2016 22:34:14 +0000 (23:34 +0100)
wcfsetup/install/files/style/layout/pageHeaderSticky.scss

index 74abc2e0f40b78abd90101a53b9a4f32d47cc991..f8072ea69716cf8c5f815cf95797eb00362c4ef5 100644 (file)
@@ -17,6 +17,7 @@
                position: fixed;
                top: 0;
                right: 0;
+               z-index: 301;
                
                > div {
                        padding-bottom: 10px;