From d6b94706a0153decae4d9357a676fc9f48b4d549 Mon Sep 17 00:00:00 2001 From: Canapin Date: Mon, 6 Feb 2023 18:05:17 +0100 Subject: [PATCH] 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. --- assets/stylesheets/explorer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/explorer.scss b/assets/stylesheets/explorer.scss index bcfb32a..24dc966 100644 --- a/assets/stylesheets/explorer.scss +++ b/assets/stylesheets/explorer.scss @@ -290,7 +290,7 @@ table.group-reports { section { width: 100%; overflow: auto; - height: 1000px; + max-height: 1000px; } table { width: 100%;