summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/components/topologies/sidebar/rack/RackSidebar.module.scss
blob: 6f258aecde2fe4a14dc3a90b41f1e60de2022ff0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.sidebarContainer {
    display: flex;
    height: 100%;
    max-height: 100%;
    flex-direction: column;
}

.machineListContainer {
    flex: 1;
    overflow-y: scroll;
    margin-top: 10px;
}