Fixed an issue with the css for the table-wrapper class #2

Merged
niat8586 merged 1 commits from css-fix-table-wrapper into develop 2025-01-13 12:13:44 +01:00

View File

@ -35,6 +35,7 @@
.table-wrapper { .table-wrapper {
max-height: 160px; max-height: 160px;
overflow-y: scroll;
} }
.table thead th { .table thead th {