fix: ensure element doesn't go above playhead

This commit is contained in:
Maze Winther
2025-07-11 00:50:33 +02:00
parent 4880e3b10c
commit 92d534760d

View File

@ -57,7 +57,7 @@ export function TimelinePlayhead({
return (
<div
className="playhead absolute pointer-events-auto z-50"
className="playhead absolute pointer-events-auto z-[100]"
style={{
left: `${leftPosition}px`,
top: 0,