From 25da09352db71d000465313e466e063b2a926b55 Mon Sep 17 00:00:00 2001 From: Marlene-Angel <139193696+Marlene-Angel@users.noreply.github.com> Date: Mon, 22 Dec 2025 13:00:53 -0800 Subject: [PATCH] =?UTF-8?q?Corrige=20overflow=20del=20layout=20y=20autenti?= =?UTF-8?q?caci=C3=B3n=20de=20la=20API=20de=20proyectos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.css | 3 ++- src/App.tsx | 20 +++++++++++++++----- src/api/projects.ts | 3 ++- vite.config.ts | 12 ++++-------- 4 files changed, 23 insertions(+), 15 deletions(-) diff --git a/src/App.css b/src/App.css index 08cef4d..0d97e27 100644 --- a/src/App.css +++ b/src/App.css @@ -6,6 +6,7 @@ body, html, #root { padding: 0; height: 100%; font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif; + overflow-x: hidden; } /* ========================= @@ -21,7 +22,7 @@ body, html, #root { grid-template-columns: var(--sidebar-width) 1fr; grid-template-rows: 100vh; height: 100vh; - width: 100vw; + width: 100%; overflow: hidden; transition: grid-template-columns 0.3s ease; } diff --git a/src/App.tsx b/src/App.tsx index 183cf0d..3c761f4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -39,11 +39,21 @@ export default function App() { }; return ( -