Skip to content

Commit 3ae0dc6

Browse files
crisbetojelbourn
authored andcommitted
fix(dialog): enable smooth scrolling on md-dialog-content (#4608)
1 parent 1319355 commit 3ae0dc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/dialog/dialog.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ $mat-dialog-max-height: 65vh !default;
3232
padding: 0 $mat-dialog-padding;
3333
max-height: $mat-dialog-max-height;
3434
overflow: auto;
35+
-webkit-overflow-scrolling: touch;
3536
}
3637

3738
.mat-dialog-title {

0 commit comments

Comments
 (0)