change zIndex for timeline-playhead

This commit is contained in:
gantiro 2025-07-15 23:23:15 +07:00
parent 52f003f25a
commit 5fc06257f2
1 changed files with 1 additions and 1 deletions

View File

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