From 3f91022cded959284555c0e68f11b2c2322ee816 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Fri, 12 Oct 2012 20:05:27 +0200 Subject: [PATCH] Fixes fixed topbar height. --- src/_h5ai/client/css/inc/topbar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_h5ai/client/css/inc/topbar.less b/src/_h5ai/client/css/inc/topbar.less index 3c5eae01..048f0959 100644 --- a/src/_h5ai/client/css/inc/topbar.less +++ b/src/_h5ai/client/css/inc/topbar.less @@ -3,7 +3,7 @@ position: fixed; z-index: 5; width: 100%; - height: 30px; + min-height: 30px; left: 0; top: 0; .vert-gradient(rgb(241,241,241), rgb(228,228,228));