feat: update SequencerPage layout for full height and improved responsiveness

This commit is contained in:
JSC
2025-09-03 15:55:35 +02:00
parent 74dfec2e29
commit 80a18575a1

View File

@@ -293,7 +293,7 @@ export function SequencerPage() {
] ]
}} }}
> >
<div className="h-[calc(100vh-8rem)] flex flex-col"> <div className="h-full flex flex-col">
{/* Main Content */} {/* Main Content */}
<div className="flex-1 flex overflow-hidden"> <div className="flex-1 flex overflow-hidden">
<DndContext <DndContext