change sticky-header height to 205px instead of auto - fixes #4023

This commit is contained in:
Negue 2014-09-12 17:25:58 +02:00
parent b5ee56b079
commit 34fe2a9d9e

View file

@ -16,7 +16,7 @@
padding: 0 // remove padding when toolbar is hidden
.sticky-wrapper
height: auto !important
height: 205px !important
/* login/menu buttons
--------------------- */