From 7ba70ae524243103ad5a1a64ebab98de8c9dc047 Mon Sep 17 00:00:00 2001 From: Carlos Escalante Date: Sat, 4 Jul 2026 10:47:26 -0600 Subject: [PATCH] Asistente: fill viewport via flex chain instead of vh math Co-Authored-By: Claude Opus 4.8 (1M context) --- frontend/src/pages/Asistente.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/Asistente.tsx b/frontend/src/pages/Asistente.tsx index 1bebb47..29b6c22 100644 --- a/frontend/src/pages/Asistente.tsx +++ b/frontend/src/pages/Asistente.tsx @@ -54,7 +54,9 @@ export default function Asistente() { }); return ( -
+ // Fills the viewport via Layout's flex chain (SidebarInset > main > + // max-w wrapper are all min-h-0 flex columns) — no vh math. +