fix: Added z-index in playhead so it doesnt appears above popups

This commit is contained in:
pratiyankkumar
2025-07-23 15:36:38 +05:30
parent cabf860330
commit 8208d931d0
@@ -72,6 +72,7 @@ export function TimelinePlayhead({
top: 0,
height: `${totalHeight}px`,
width: "2px", // Slightly wider for better click target
zIndex: 50,
}}
onMouseDown={handlePlayheadMouseDown}
>