fix(timeline): keep playhead below dialogs (#533)

This commit is contained in:
Sai Teja
2025-08-09 23:36:48 +02:00
committed by GitHub
parent 88cb750a3b
commit 8c205273b7
@@ -122,7 +122,7 @@ export function TimelinePlayhead({
return (
<div
ref={playheadRef}
className="absolute pointer-events-auto z-150"
className="absolute pointer-events-auto z-40"
style={{
left: `${leftPosition}px`,
top: 0,