mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: z-index of playhead
This commit is contained in:
@@ -66,7 +66,7 @@ export function TimelinePlayhead({
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
ref={playheadRef}
|
ref={playheadRef}
|
||||||
className="absolute pointer-events-auto z-[100]"
|
className="absolute pointer-events-auto z-[150]"
|
||||||
style={{
|
style={{
|
||||||
left: `${leftPosition}px`,
|
left: `${leftPosition}px`,
|
||||||
top: 0,
|
top: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user