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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ table.group-reports {
section {
width: 100%;
overflow: auto;
height: 1000px;
max-height: 1000px;
}
table {
width: 100%;