diff --git a/packages/client/src/components/form/range.vue b/packages/client/src/components/form/range.vue index e5ec44f68..3d307579c 100644 --- a/packages/client/src/components/form/range.vue +++ b/packages/client/src/components/form/range.vue @@ -267,7 +267,7 @@ const onMousedown = (ev: MouseEvent | TouchEvent) => { bottom: 0; width: $tickWidth; height: 3px; - margin-left: -math.div($tickWidth, 2); + margin-left: math.div($tickWidth, 2); background: var(--divider); border-radius: 999px; }