fix: increase z-index of playhead for improved visibility over timeline while dragging

This commit is contained in:
pratiyankkumar 2025-07-25 20:58:57 +05:30
parent 8208d931d0
commit b288cc0eee
1 changed files with 1 additions and 1 deletions

View File

@ -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}
>