Merge pull request #14258 from williamdes/issue-14257-codemirror-hints
Patch for #14257 CodeMirror hints hidden
This commit is contained in:
commit
29115645f3
@ -73,5 +73,5 @@ span.cm-number {
|
||||
margin-left: 1em;
|
||||
}
|
||||
.CodeMirror-hints {
|
||||
z-index: 200;
|
||||
z-index: 999;
|
||||
}
|
||||
@ -73,7 +73,7 @@ span.cm-number {
|
||||
margin-left: 1em;
|
||||
}
|
||||
.CodeMirror-hints {
|
||||
z-index: 200;
|
||||
z-index: 999;
|
||||
}
|
||||
.CodeMirror-lint-tooltip {
|
||||
z-index: 200;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user