fix: z-index

This commit is contained in:
Maze Winther 2025-09-03 21:57:37 +02:00
parent 0bc39262f7
commit 17b54d8b78
1 changed files with 1 additions and 1 deletions

View File

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