diff options
| author | bobzel <zzzman@gmail.com> | 2020-12-31 13:53:29 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-12-31 13:53:29 -0500 |
| commit | e59f88e1af2ca691bd48188e5bef9e6a4d4e2dab (patch) | |
| tree | 6712f21f6d3dba2b302338b733dd95111adcc560 /src/client/views/nodes/SliderBox.scss | |
| parent | 319e0a27805c504595f43591353c1ee009aa51d1 (diff) | |
fixes for sliderBox to work in FilterBox. suppressed brush highlighting in filterBox.
Diffstat (limited to 'src/client/views/nodes/SliderBox.scss')
| -rw-r--r-- | src/client/views/nodes/SliderBox.scss | 4 |
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 |
