diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 7 |
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; |