Some CSS work

This commit is contained in:
2025-10-22 08:40:03 +02:00
parent 11e99294c8
commit fde38a8869
5 changed files with 40 additions and 8 deletions

View File

@@ -58,6 +58,16 @@ body>main {
}
}
.table-container {
width: 100%;
}
.table-scroll-wrapper {
width: 100%;
max-height: 600px;
overflow: scroll;
}
/* Set a fixed scrollable wrapper */
#table-content {
max-height: 400px;