fixed informacionDeEquipo.equipos

This commit is contained in:
2026-01-13 18:51:56 -06:00
parent 4d56b54bf0
commit 2126b43c71
11 changed files with 317 additions and 75 deletions
+1 -2
View File
@@ -327,7 +327,7 @@ form {
border-radius: 4px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
height: 100%;
height: fit-content;
overflow: hidden;
}
@@ -364,7 +364,6 @@ form {
.toggleContent {
overflow-y: auto;
height: 450px;
scrollbar-width: none;
}