From 1660e0eda990791a49bb5977ae0fc76b72107c84 Mon Sep 17 00:00:00 2001 From: shonibare <47093379+shonibare@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:23:05 -0400 Subject: [PATCH] [help] fix the help widget extending over the height of a page (#9105) This fixes the help widget height extending over a page. Resolves #9087 --- htdocs/main.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/main.css b/htdocs/main.css index 994bfb6636e..cbc36afe217 100644 --- a/htdocs/main.css +++ b/htdocs/main.css @@ -683,12 +683,13 @@ tr.directentry { border-color: #246EB6; border-top: none; border-width: 1px; - position: absolute; - left: 0px; + position: fixed; + right: 0; overflow-y: auto; z-index: 999; transition: all 0.6s ease 0s; width: 320px; + max-height: 100vh; } .help-content h1 {