Skip to content

Commit 3989153

Browse files
andrewseguintinayuangao
authored andcommitted
docs(table): fix overflow issue on ie11 site (#6792)
1 parent 0786518 commit 3989153

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material-examples/table-basic/table-basic-example.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77

88
.mat-table {
99
overflow: auto;
10+
max-height: 500px;
1011
}

0 commit comments

Comments
 (0)