mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-15 12:55:14 +00:00
16 lines
207 B
CSS
Executable File
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;
|
|
}
|