We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1319355 commit 3ae0dc6Copy full SHA for 3ae0dc6
src/lib/dialog/dialog.scss
@@ -32,6 +32,7 @@ $mat-dialog-max-height: 65vh !default;
32
padding: 0 $mat-dialog-padding;
33
max-height: $mat-dialog-max-height;
34
overflow: auto;
35
+ -webkit-overflow-scrolling: touch;
36
}
37
38
.mat-dialog-title {
0 commit comments