diff options
| author | anika <anika.ahluwalia@gmail.com> | 2021-01-07 10:34:33 -0600 |
|---|---|---|
| committer | anika <anika.ahluwalia@gmail.com> | 2021-01-07 10:34:33 -0600 |
| commit | aba4a08fccda43e4466707da3b3e4a99a02e3f1a (patch) | |
| tree | 83563d1bbbefec1e91139ac0cd75190947b2106c /src/client/views/nodes/SliderBox.scss | |
| parent | e17885ee65cc05a15759024a41dac6374c303d1d (diff) | |
| parent | 93703f4c02c4c6e68489aca72bc0460efc3f6f5e (diff) | |
merge fix
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 |
