fix: ensure element doesn't go above playhead
This commit is contained in:
parent
4880e3b10c
commit
92d534760d
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue