Skip to content

Commit

Permalink
demo: Added momentum scrolling support (edcarroll#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
edcarroll authored and mcosta74 committed Aug 20, 2017
1 parent 1b4cba3 commit 99bca50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/src/app/app.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
flex-direction: row;

height: 100%;
overflow-y: auto;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
}

Expand Down

0 comments on commit 99bca50

Please sign in to comment.