From c410133c4ce55463949bda3bb9024c2228d5a63b Mon Sep 17 00:00:00 2001 From: Lucas Tettamanti Date: Sat, 2 May 2026 18:40:36 -0300 Subject: [PATCH] home: fix scroll vertical (host sin height definido) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :host no tenía display/height, así que min-height:100% del .container no encontraba contenedor de referencia y los padres .view/.layout-crud (overflow:hidden) recortaban el contenido. Movido el overflow-y:auto al :host con height:100% explícito. Co-Authored-By: Claude Opus 4.7 (1M context) --- public/components/home-dashboard.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/components/home-dashboard.js b/public/components/home-dashboard.js index 0ccfbc6..3cf9d85 100644 --- a/public/components/home-dashboard.js +++ b/public/components/home-dashboard.js @@ -34,14 +34,12 @@ class HomeDashboard extends HTMLElement { this.shadowRoot.innerHTML = `