diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index d7375c5..a5b58ca 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -27,11 +27,14 @@ export default function Layout() { const { privacyMode, togglePrivacy } = usePrivacy(); const { pathname } = useLocation(); const title = titleFor(pathname); + // Asistente hosts its own scroll container (the chat), so its route caps + // the shell at the viewport; every other page keeps normal body scroll. + const fullHeight = pathname === "/asistente"; return ( - +