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-components.tsx | |
parent | e17885ee65cc05a15759024a41dac6374c303d1d (diff) | |
parent | 93703f4c02c4c6e68489aca72bc0460efc3f6f5e (diff) |
merge fix
Diffstat (limited to 'src/client/views/nodes/SliderBox-components.tsx')
-rw-r--r-- | src/client/views/nodes/SliderBox-components.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/nodes/SliderBox-components.tsx b/src/client/views/nodes/SliderBox-components.tsx index 874a1108f..e19f28f08 100644 --- a/src/client/views/nodes/SliderBox-components.tsx +++ b/src/client/views/nodes/SliderBox-components.tsx @@ -11,7 +11,6 @@ const railStyle: React.CSSProperties = { position: "absolute", width: "100%", height: 40, - top: -13, borderRadius: 7, cursor: "pointer", opacity: 0.3, @@ -231,7 +230,7 @@ export function Tick({ tick, count, format = defaultFormat }: TickProps) { <div style={{ position: "absolute", - marginTop: 17, + marginTop: 20, width: 1, height: 5, backgroundColor: "rgb(200,200,200)", |