diff --git a/src/components/nodes/VideoTrimNode.tsx b/src/components/nodes/VideoTrimNode.tsx index 6cdc8ecf..b53b6785 100644 --- a/src/components/nodes/VideoTrimNode.tsx +++ b/src/components/nodes/VideoTrimNode.tsx @@ -345,7 +345,22 @@ export function VideoTrimNode({ id, data, selected }: NodeProps {/* Dual range slider */} -
+
+ {/* Make only the slider thumbs interactive, not the full-width invisible input bodies */} + + {/* Track background */}
@@ -355,7 +370,7 @@ export function VideoTrimNode({ id, data, selected }: NodeProps - {/* Start slider */} + {/* Start slider (higher z-index so it's draggable when both thumbs overlap at 0) */} {/* End slider */} @@ -375,8 +390,8 @@ export function VideoTrimNode({ id, data, selected }: NodeProps {/* Visual thumb indicators */}