From 360fdffa7637ccaf7e583dbf3e0d19d2c773425a Mon Sep 17 00:00:00 2001 From: aashishparuvada Date: Mon, 23 Jun 2025 23:53:18 +0530 Subject: [PATCH] hotfix:disabled-vertical-scrolling-in-timeline --- apps/web/src/components/editor/timeline.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/apps/web/src/components/editor/timeline.tsx b/apps/web/src/components/editor/timeline.tsx index 967951e..fb94b37 100644 --- a/apps/web/src/components/editor/timeline.tsx +++ b/apps/web/src/components/editor/timeline.tsx @@ -703,14 +703,14 @@ export function Timeline() { {/* Timeline Tracks Content */} -
- +
+
+ {/* Timeline grid and clips area (with left margin for sidebar) */}
-
))} @@ -768,7 +767,7 @@ export function Timeline() { )}
- +