UX: Reduce the table height (#220)

Prevent the table to have a fixed 1000px height with the horizontal scrollbar at the bottom of a mostly blank section when we have only a few results.
This change doesn't interfere with the sticky header.
This commit is contained in:
Canapin
2023-02-06 18:05:17 +01:00
committed by GitHub
parent 5a65c15463
commit d6b94706a0
+1 -1
View File
@@ -290,7 +290,7 @@ table.group-reports {
section {
width: 100%;
overflow: auto;
height: 1000px;
max-height: 1000px;
}
table {
width: 100%;