From 50c8d3fc46cc32aede954fba23fe43abf7e83a44 Mon Sep 17 00:00:00 2001 From: CJ Date: Sun, 17 Dec 2023 17:48:34 -0600 Subject: [PATCH] fixed table height to allow sticky header --- ui/v2.5/src/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/v2.5/src/index.scss b/ui/v2.5/src/index.scss index 8d80c20772b..f58d9334ea3 100755 --- a/ui/v2.5/src/index.scss +++ b/ui/v2.5/src/index.scss @@ -468,8 +468,10 @@ textarea.text-input { margin-bottom: 1rem; margin-left: 0; margin-right: 0; + max-height: 78dvh; min-width: min-content; overflow-x: auto; + position: relative; table { margin: 0; @@ -550,7 +552,10 @@ textarea.text-input { } th { + background-color: #202b33; border: none; + position: sticky; + z-index: 100; } .date-head {