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

    height: 100%;
}

.machineListContainer {
    overflow-y: auto;

    flex: 1 0 300px;

    margin-top: 10px;
}