Skip to content

Commit

Permalink
fix(sidenav): add scrolling style to enable momentum scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
kara committed May 6, 2016
1 parent 4f9051f commit c566242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/sidenav/sidenav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ $md-sidenav-push-background-color: md-color($md-background, dialog) !default;
@include md-stacking-context();

box-sizing: border-box;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;

// TODO(hansl): Update this with a more robust solution.
&[fullscreen] {
Expand Down

0 comments on commit c566242

Please sign in to comment.