From: Marcel Werk Date: Thu, 25 Aug 2016 15:51:07 +0000 (+0200) Subject: page header is now always sticky on mobile X-Git-Tag: 3.0.0_Beta_1~506 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c5d983846d7c850b62bc0c75380762079faaeaf6;p=GitHub%2FWoltLab%2FWCF.git page header is now always sticky on mobile --- diff --git a/wcfsetup/install/files/style/layout/pageHeaderSticky.scss b/wcfsetup/install/files/style/layout/pageHeaderSticky.scss index c3a103b351..9c046dfb78 100644 --- a/wcfsetup/install/files/style/layout/pageHeaderSticky.scss +++ b/wcfsetup/install/files/style/layout/pageHeaderSticky.scss @@ -135,10 +135,10 @@ } } -// 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;