diff --git a/frontend/src/components/layout/MainLayout.jsx b/frontend/src/components/layout/MainLayout.jsx index fc1996d..4b83e1c 100644 --- a/frontend/src/components/layout/MainLayout.jsx +++ b/frontend/src/components/layout/MainLayout.jsx @@ -3,22 +3,24 @@ import { Outlet } from 'react-router-dom'; export default function MainLayout() { return (
- {/* Cabecera */} -
-
-
- DoC -
-

- Deck of Cards Method -

-
-
+ + {/* Cabecera */} +
+
+
+ DoC +
+

+ Deck of Cards Method +

+
+
- {/* Contenido principal */} -
- -
+ {/* Contenido principal */} +
+ +
+
); } \ No newline at end of file diff --git a/frontend/src/index.css b/frontend/src/index.css index a461c50..e63f41c 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -1 +1,5 @@ -@import "tailwindcss"; \ No newline at end of file +@import "tailwindcss"; + +body { + overflow-y: scroll; +} \ No newline at end of file diff --git a/frontend/src/pages/AdvancedMode.jsx b/frontend/src/pages/AdvancedMode.jsx index e3fc674..04f9a54 100644 --- a/frontend/src/pages/AdvancedMode.jsx +++ b/frontend/src/pages/AdvancedMode.jsx @@ -151,7 +151,7 @@ export default function AdvancedMode() { -
+
@@ -187,7 +187,7 @@ export default function AdvancedMode() { {/* PASO 2 */} {step === 2 && ( -
+

Paso 2: Modelar Conceptos Difusos