page header is now always sticky on mobile
authorMarcel Werk <burntime@woltlab.com>
Thu, 25 Aug 2016 15:51:07 +0000 (17:51 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 25 Aug 2016 16:24:35 +0000 (18:24 +0200)
wcfsetup/install/files/style/layout/pageHeaderSticky.scss

index c3a103b35115171d600c94087efa3504db4fba46..9c046dfb78f34b20e39672e359d04fcc9e4ac099 100644 (file)
        }
 }
 
-// force sticky header on tablets, there is no difference when scrolled
+// force sticky header on mobile, there is no difference when scrolled
 // all the way up and it might flicker when scrolling due to the inconsistent
 // scroll event being fired
-@include screen-sm-md {
+@include screen-md-down {
        .pageHeaderContainer {
                z-index: 300;