From 65ceb7df18035cdd2bd66bb37adce814f129a5f4 Mon Sep 17 00:00:00 2001 From: Mathieu Nayrolles Date: Tue, 14 Mar 2017 12:29:53 -0400 Subject: [PATCH] fix(dashboard): The last watch before the fold is now measurable As a quick workaround, the height of the area was reduced to allow the menu to breath. This have to be changed in re-design Fixes #99 --- src/pages/dashboard/dashboard.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/dashboard/dashboard.scss b/src/pages/dashboard/dashboard.scss index 0f01cbf..339ee4c 100755 --- a/src/pages/dashboard/dashboard.scss +++ b/src/pages/dashboard/dashboard.scss @@ -3,7 +3,7 @@ ion-content#dashboard{ background-color:white; top:30%; - height: 60%; + height: 50%; z-index: 0;