+
Dirección Científica
Luis Martínez López
{/* Enlaces Institucionales y Código */}
-
{/* Sub-Footer: Copyright y Referencia Científica */}
-
+
© {new Date().getFullYear()} Deck of Cards App.
@@ -92,4 +95,4 @@ export default function Footer() {
);
-}
\ No newline at end of file
+}
diff --git a/frontend/src/components/layout/MainLayout.jsx b/frontend/src/components/layout/MainLayout.jsx
index b6d6da7..03e9cba 100644
--- a/frontend/src/components/layout/MainLayout.jsx
+++ b/frontend/src/components/layout/MainLayout.jsx
@@ -3,7 +3,7 @@ import Footer from './Footer';
export default function MainLayout({ children }) {
return (
-
+
diff --git a/frontend/src/index.css b/frontend/src/index.css
index 86ca1af..53e88f4 100644
--- a/frontend/src/index.css
+++ b/frontend/src/index.css
@@ -3,6 +3,11 @@
/* Solo escanear código fuente; evita que Tailwind/Vite procesen Dockerfile u otros archivos en /app */
@source "./src/**/*.{js,jsx}";
+html {
+ overflow-x: clip;
+}
+
body {
+ overflow-x: clip;
overflow-y: scroll;
}
\ No newline at end of file