mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: Added z-index in playhead so it doesnt appears above popups
This commit is contained in:
@@ -72,6 +72,7 @@ export function TimelinePlayhead({
|
||||
top: 0,
|
||||
height: `${totalHeight}px`,
|
||||
width: "2px", // Slightly wider for better click target
|
||||
zIndex: 50,
|
||||
}}
|
||||
onMouseDown={handlePlayheadMouseDown}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user