mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 02:34:05 +00:00
Merge pull request #1789 from overleaf/as-fix-reference-search-cut-off
Fix reference search hint cutting off last suggestion GitOrigin-RevId: a8b3e32e1173b27602b0576c1b00afcc1cbf7683
This commit is contained in:
parent
2895a6878c
commit
759392047d
1 changed files with 6 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue