From 62361b6c3bc1bbd5d39fc0e71bcbad264870eae0 Mon Sep 17 00:00:00 2001 From: Negue Date: Tue, 9 Sep 2014 20:10:08 +0200 Subject: [PATCH] set sticky header height to auto - fix #3011 --- public/css/header.styl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/css/header.styl b/public/css/header.styl index 09122803a3..3fd0ac5ecd 100644 --- a/public/css/header.styl +++ b/public/css/header.styl @@ -14,7 +14,10 @@ padding: 0 .toolbar.active ~ .header-wrap padding: 0 // remove padding when toolbar is hidden - + +.sticky-wrapper + height: auto !important + /* login/menu buttons --------------------- */ .user-menu