aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/SliderBox.scss
blob: a896ffa874c2f32570e334b3a760bbedaa217030 (plain)
1
2
3
4
5
6
7
8
9
.sliderBox-outerDiv {
    width: calc(100% - 14px);   // 14px accounts for handles that are at the max value of the slider that would extend outside the box
    height: 100%;
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    top: 7px;
    position: relative;
}