From a1fa123ab0aa09b7470de1c39539aaaf33dc688b Mon Sep 17 00:00:00 2001 From: Colin Frei Date: Mon, 23 Sep 2013 21:25:28 +0200 Subject: [PATCH] fix height due to progress bar --- css/core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/core.css b/css/core.css index 3b14e7c..d9a7fe3 100644 --- a/css/core.css +++ b/css/core.css @@ -13,7 +13,7 @@ body, .normalFont { .main-container { height: 100%; - height: calc(100% - 42px); + height: calc(100% - 42px - 3px); }