aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DataVizBox.scss
blob: 430446c067cc82514b1cf265fa2e60ee66cc93bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.dataviz {
    overflow: auto;
    height: 100%;
    width: 100%;

    .datatype-button {
        display: flex;
        flex-direction: row;
    }
    .button-container {
        pointer-events: unset;
    }
}
.start-message {
    margin: 10px;
    align-self: baseline;
}