aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/SliderBox.scss
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2021-01-02 12:37:12 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2021-01-02 12:37:12 +0530
commit197fed812c3a193d475475fc0d3f0598c1ea8978 (patch)
tree63d730f9e63b0722ec3b6d1dc3ef24690dcacc10 /src/client/views/nodes/SliderBox.scss
parent45dee9388ad4f5c3c70df3a5ff1852c6bd41dec0 (diff)
parente59f88e1af2ca691bd48188e5bef9e6a4d4e2dab (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into filters
Diffstat (limited to 'src/client/views/nodes/SliderBox.scss')
-rw-r--r--src/client/views/nodes/SliderBox.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/nodes/SliderBox.scss b/src/client/views/nodes/SliderBox.scss
index 78015bd70..a896ffa87 100644
--- a/src/client/views/nodes/SliderBox.scss
+++ b/src/client/views/nodes/SliderBox.scss
@@ -1,7 +1,9 @@
.sliderBox-outerDiv {
- width: 100%;
+ 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;
} \ No newline at end of file