refactor: ensure element height

This commit is contained in:
Carlos Valente
2024-12-04 15:45:48 +01:00
committed by Carlos Valente
parent 607bc40673
commit 8e587128a1
@@ -27,6 +27,7 @@
} }
.tableContainer { .tableContainer {
height: 350px;
max-height: 350px; max-height: 350px;
overflow-y: auto; overflow-y: auto;
} }