From 5b0fe60ad676f4e1f8416f68f8856948d280c740 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 19 Jun 2024 16:36:36 +0200 Subject: đŸ’„ UI help-text overlay on text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/custom.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index 6800c7e7e..6cb66aa30 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -824,6 +824,13 @@ ul.compact{ margin: 0; } +.help-text-parent{ + transition: none !important; + position: absolute; + z-index: 1000; + width: 98%; +} + .help-text{ max-height: 250px; overflow: auto; -- cgit v1.2.3