From db75295d61eda7c0d772f19cae91c1f3b95562a1 Mon Sep 17 00:00:00 2001 From: Laetitia Fesselier Date: Thu, 18 Apr 2024 02:14:08 -0400 Subject: [PATCH] Help UI fix --- htdocs/main.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/htdocs/main.css b/htdocs/main.css index f2d6b7091e9..585c417be18 100644 --- a/htdocs/main.css +++ b/htdocs/main.css @@ -676,19 +676,23 @@ tr.directentry { border: none; } +.help-container { + position: static; +} + .help-content { background: #E4EBF2; border-style: solid; border-color: #246EB6; border-top: none; border-width: 1px; - position: fixed; - right: 0; + position: absolute; + left: 0; overflow-y: auto; z-index: 999; transition: all 0.6s ease 0s; width: 320px; - max-height: 100vh; + max-height: calc(100vh - 100px); } .help-content h1 {