fix(timeline): keep playhead below dialogs (#533)
This commit is contained in:
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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue