From ae39063252ad41b4b19647d68e398c8c2ac2fb1d Mon Sep 17 00:00:00 2001 From: joeuhren Date: Tue, 30 Mar 2021 20:24:17 -0600 Subject: [PATCH] Force header-panel height to min 25px -This css fix helps prevent issues with top panels causing unnecessary vertical scrollbar and datatable glitches when using the non-sticky footer feature in some browsers --- public/css/style.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/css/style.scss b/public/css/style.scss index d46bc4c..5051689 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -604,9 +604,13 @@ tr { margin-left: 10px; } -.header-panel span:not(.decimal) { - margin: 0 5px 0 5px; - top: 0; +.header-panel { + min-height: 25px; + + span:not(.decimal) { + margin: 0 5px 0 5px; + top: 0; + } } .badge {