Skip to content

Commit

Permalink
fix(drawer): Fix drawer content to have momentum scroll on iOS (#3578)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar committed Sep 18, 2018
1 parent e201d24 commit c65be9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-drawer/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
.mdc-drawer__content {
height: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}

// postcss-bem-linter: end

0 comments on commit c65be9b

Please sign in to comment.