Skip to content

Commit

Permalink
fix(dialog): enable smooth scrolling on md-dialog-content (#4608)
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto authored and jelbourn committed May 17, 2017
1 parent 1319355 commit 3ae0dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/dialog/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ $mat-dialog-max-height: 65vh !default;
padding: 0 $mat-dialog-padding;
max-height: $mat-dialog-max-height;
overflow: auto;
-webkit-overflow-scrolling: touch;
}

.mat-dialog-title {
Expand Down

0 comments on commit 3ae0dc6

Please sign in to comment.