Simplificado

This commit is contained in:
Alejandro Tasistro 2025-06-23 23:47:15 -03:00
parent c84ab5f475
commit b1fb744684

View file

@ -13,7 +13,7 @@ html, body {
height: 100%;
}
form, #root, #login-form {
form, #root, #login-form, #main {
height: 100%;
}
@ -35,10 +35,6 @@ table.table td {
z-index: 30;
}
#main {
height: 100%;
}
.container {
max-height: 100% !important;
}