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:
@@ -290,7 +290,7 @@ table.group-reports {
|
||||
section {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
height: 1000px;
|
||||
max-height: 1000px;
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user