diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-04 13:16:13 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-04 13:16:13 -0500 |
| commit | 93703f4c02c4c6e68489aca72bc0460efc3f6f5e (patch) | |
| tree | 24902b2dc24bbb33dd8518b961e1ff4ef6e5f026 /src/client/views/nodes/SliderBox.scss | |
| parent | e59f88e1af2ca691bd48188e5bef9e6a4d4e2dab (diff) | |
Fixed filterbox to use scriptContext to determine where to apply/clear filters .fixed setting width/height of freeform images independent of nativeWidth/height so that % css measurements work.
Diffstat (limited to 'src/client/views/nodes/SliderBox.scss')
| -rw-r--r-- | src/client/views/nodes/SliderBox.scss | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/client/views/nodes/SliderBox.scss b/src/client/views/nodes/SliderBox.scss index a896ffa87..4206a368d 100644 --- a/src/client/views/nodes/SliderBox.scss +++ b/src/client/views/nodes/SliderBox.scss @@ -4,6 +4,16 @@ border-radius: inherit; display: flex; flex-direction: column; - top: 7px; position: relative; + .slider-tracks { + top: 7px; + position: relative; + } + .slider-ticks { + position: relative; + } + .slider-handles { + top: 7px; + position: relative; + } }
\ No newline at end of file |
