From c5d983846d7c850b62bc0c75380762079faaeaf6 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 25 Aug 2016 17:51:07 +0200 Subject: [PATCH] page header is now always sticky on mobile --- wcfsetup/install/files/style/layout/pageHeaderSticky.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.20.1