Skip to content

Commit

Permalink
fix(dashboard): The last watch before the fold is now measurable
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MathieuNls committed Mar 14, 2017
1 parent d1a6412 commit 65ceb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ion-content#dashboard{
background-color:white;
top:30%;
height: 60%;
height: 50%;
z-index: 0;


Expand Down

0 comments on commit 65ceb7d

Please sign in to comment.