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

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