2018-03-08 11:48:38 +03:00

16 lines
207 B
CSS
Executable File

.example-container {
display: flex;
flex-direction: column;
max-height: 500px;
min-width: 300px;
}
.mat-table {
overflow: auto;
max-height: 500px;
}
.mat-column-select {
overflow: visible;
}