feat: improve layout of SequencerCanvas and SequencerPage for better responsiveness and overflow handling
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user