feat: improve layout of SequencerCanvas and SequencerPage for better responsiveness and overflow handling

This commit is contained in:
JSC
2025-09-03 15:06:38 +02:00
parent 25eacbc85f
commit a0d5840166
2 changed files with 20 additions and 23 deletions

View File

@@ -337,7 +337,7 @@ export function SequencerPage() {
</div>
{/* Sequencer Canvas */}
<div className="flex-1">
<div className="flex-1 min-w-0 overflow-hidden">
<SequencerCanvas
ref={sequencerCanvasRef}
tracks={state.tracks}