aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/SliderBox.scss
diff options
context:
space:
mode:
authoranika <anika.ahluwalia@gmail.com>2021-01-07 10:33:14 -0600
committeranika <anika.ahluwalia@gmail.com>2021-01-07 10:33:14 -0600
commite17885ee65cc05a15759024a41dac6374c303d1d (patch)
tree0390cb4a939cda994b88bb23552051590a31c5d5 /src/client/views/nodes/SliderBox.scss
parentb98c90c3c59eb5f65a4c7aad7ff8247558a5564c (diff)
parentac4a5689a8421aea8c41949152b15809cc0ba13a (diff)
Merge branch 'filters' 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