summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-06-19 16:36:36 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-06-19 16:36:36 +0200
commit5b0fe60ad676f4e1f8416f68f8856948d280c740 (patch)
tree9f82302925d706e1c6887dec49696a37cba960fc /scss/custom.scss
parente9b24d11368bf0e5c92b3005f4ad45fa1e6c002c (diff)
downloadIshtar-5b0fe60ad676f4e1f8416f68f8856948d280c740.tar.bz2
Ishtar-5b0fe60ad676f4e1f8416f68f8856948d280c740.zip
💄 UI help-text overlay on text
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss7
1 files changed, 7 insertions, 0 deletions
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;