aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/SliderBox.scss
blob: 4ef277d8cd79215bad65b669f5465543edfa8f18 (plain)
1
2
3
4
5
6
7
8
.sliderBox-outerDiv {
    width: 100%;
    height: 100%;
    pointer-events: all;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
}