From e3f6b7a478fd1e9055d66d570412f6ca45ee8710 Mon Sep 17 00:00:00 2001 From: snlavaise Date: Wed, 12 Aug 2026 03:49:38 +0000 Subject: [PATCH] fix: Corregir overflow en layout principal para pantallas grandes --- src/sections/Layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sections/Layout.tsx b/src/sections/Layout.tsx index eb2a4fd..3e51a9a 100644 --- a/src/sections/Layout.tsx +++ b/src/sections/Layout.tsx @@ -202,8 +202,8 @@ export function Layout({ children, vistaActual, onCambiarVista, currentUser, onL {/* Main Content */} -
-
+
+
{children}