diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index 337283e189..10b385ef13 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -495,11 +495,14 @@ CodeMirror } } +.sl_references_search_hint { + position: relative; + top: 100%; +} + .sl_references_search_hint-varDefault { - position: absolute; - bottom: -22px; + position: relative; left: -1px; - right: 0px; text-align: center; padding: 2px; background: rgb(202, 214, 250);