diff --git a/components/tracks/Track.tsx b/components/tracks/Track.tsx index c19d3d2..8aa0670 100644 --- a/components/tracks/Track.tsx +++ b/components/tracks/Track.tsx @@ -604,7 +604,7 @@ export function Track({ )} > {/* Top: Track Row (Control Panel + Waveform) */} -
+
{/* Left: Track Control Panel (Fixed Width) - Ableton Style */}
- {/* Right: Waveform Area (Flexible Width) */} -
+ {/* Right: Waveform Area (Flexible Width) - Scrollable */} +
+ {/* Inner container with dynamic width */} +
{/* Delete Button - Top Right Overlay */}
-
+
{/* Close inner container with minWidth */} +
{/* Close waveform scrollable area */} +
{/* Close track row */} {/* Automation Lane */} {!track.collapsed && track.automation?.showAutomation && (() => {