fix: z-index of playhead

This commit is contained in:
Maze Winther
2025-07-18 11:54:32 +02:00
parent f8ccb673bf
commit 85b6123510
@@ -66,7 +66,7 @@ export function TimelinePlayhead({
return (
<div
ref={playheadRef}
className="absolute pointer-events-auto z-[100]"
className="absolute pointer-events-auto z-[150]"
style={{
left: `${leftPosition}px`,
top: 0,