blob: 8ce3836a4a34a46617489ee8857aff4af9fddaf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.sidebarContainer {
display: flex;
height: 100%;
max-height: 100%;
}
.sidebarHeaderContainer {
flex: 0;
}
.machineListContainer {
flex: 1;
overflow-y: scroll;
}
|