This commit is contained in:
2025-12-11 00:25:09 -06:00
parent 26c6c32de5
commit 5cb73effe7
28 changed files with 643 additions and 10 deletions
+1 -1
View File
@@ -58,9 +58,9 @@ body {
}
> main {
grid-area: main;
overflow-y: auto;
min-height: 0; // ← ESTO ES CRUCIAL PARA GRID
position: relative;
overflow: auto;
}
}