Skip to content

Commit

Permalink
Fixed Scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Giel Cobben committed Feb 16, 2017
1 parent e8d2c8e commit 5ae68ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"vsicons.presets.angular": false
}
1 change: 1 addition & 0 deletions app/containers/Home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
width: 100%;
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
}

0 comments on commit 5ae68ac

Please sign in to comment.