Skip to content

Commit

Permalink
scroll watch list overflow. Fix #35
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jul 19, 2016
1 parent 904e35a commit 82f5241
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/pages/dashboard/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@
height: 60%;
z-index: 0;
}

ion-list{
height: 60%;
overflow-y:scroll;
}

}

0 comments on commit 82f5241

Please sign in to comment.