mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-27 23:18:46 +02:00
The center column was a flex column with the canvas as flex-1 min-h-0 and the settings panel as shrink-0. When settings content grew tall (especially with the orchestration mode panel expanded), the canvas collapsed to zero height. Switch the center column to a scrollable container with the canvas having a guaranteed minimum height via clamp(360px, 50vh, 100%). Settings flow naturally below and the whole column scrolls. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>