From 34fe2a9d9ed2a16178caee4d63557f2a875015b2 Mon Sep 17 00:00:00 2001 From: Negue Date: Fri, 12 Sep 2014 17:25:58 +0200 Subject: [PATCH] change sticky-header height to 205px instead of auto - fixes #4023 --- public/css/header.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/header.styl b/public/css/header.styl index 3fd0ac5ecd..8607c18347 100644 --- a/public/css/header.styl +++ b/public/css/header.styl @@ -16,7 +16,7 @@ padding: 0 // remove padding when toolbar is hidden .sticky-wrapper - height: auto !important + height: 205px !important /* login/menu buttons --------------------- */