From 317ee9141ed7cb04128600344ca751a42f780817 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Sat, 26 Jul 2025 12:27:28 +0200 Subject: [PATCH] style: make context menus appear above playhead --- apps/web/src/components/editor/timeline/index.tsx | 2 +- apps/web/src/components/editor/timeline/timeline-element.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/editor/timeline/index.tsx b/apps/web/src/components/editor/timeline/index.tsx index fd2b2a11..0368e452 100644 --- a/apps/web/src/components/editor/timeline/index.tsx +++ b/apps/web/src/components/editor/timeline/index.tsx @@ -744,7 +744,7 @@ export function Timeline() { /> - + toggleTrackMute(track.id)} > diff --git a/apps/web/src/components/editor/timeline/timeline-element.tsx b/apps/web/src/components/editor/timeline/timeline-element.tsx index 8aadde82..fc40bb54 100644 --- a/apps/web/src/components/editor/timeline/timeline-element.tsx +++ b/apps/web/src/components/editor/timeline/timeline-element.tsx @@ -354,7 +354,7 @@ export function TimelineElement({ - + Split at playhead