From 812bab4edf793177c2d3daa83c8066c06b1ece14 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Fri, 25 Jul 2025 19:18:10 +0200 Subject: [PATCH] Merge pull request [#438](https://github.com/mazeincoding/AppCut/issues/438) --- apps/web/src/components/editor/timeline/timeline-playhead.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/components/editor/timeline/timeline-playhead.tsx b/apps/web/src/components/editor/timeline/timeline-playhead.tsx index 509ce9d7..d0aea7fa 100644 --- a/apps/web/src/components/editor/timeline/timeline-playhead.tsx +++ b/apps/web/src/components/editor/timeline/timeline-playhead.tsx @@ -72,6 +72,7 @@ export function TimelinePlayhead({ top: 0, height: `${totalHeight}px`, width: "2px", // Slightly wider for better click target + zIndex: 100, }} onMouseDown={handlePlayheadMouseDown} >