fix: increase z-index of playhead for improved visibility over timeline while dragging
This commit is contained in:
parent
8208d931d0
commit
b288cc0eee
|
|
@ -72,7 +72,7 @@ export function TimelinePlayhead({
|
|||
top: 0,
|
||||
height: `${totalHeight}px`,
|
||||
width: "2px", // Slightly wider for better click target
|
||||
zIndex: 50,
|
||||
zIndex: 100,
|
||||
}}
|
||||
onMouseDown={handlePlayheadMouseDown}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue