mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
Merge pull request [#438](https://github.com/mazeincoding/AppCut/issues/438)
This commit is contained in:
@@ -72,6 +72,7 @@ export function TimelinePlayhead({
|
|||||||
top: 0,
|
top: 0,
|
||||||
height: `${totalHeight}px`,
|
height: `${totalHeight}px`,
|
||||||
width: "2px", // Slightly wider for better click target
|
width: "2px", // Slightly wider for better click target
|
||||||
|
zIndex: 100,
|
||||||
}}
|
}}
|
||||||
onMouseDown={handlePlayheadMouseDown}
|
onMouseDown={handlePlayheadMouseDown}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user