Skip to content

Commit

Permalink
Merge pull request #4335 from weseek/fix/ime-suggestion
Browse files Browse the repository at this point in the history
fix: IME suggestion list obscures inputted text
  • Loading branch information
yuki-takei committed Sep 20, 2021
2 parents bfde366 + 038289a commit 2be8f61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/app/src/styles/_override-codemirror.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@
color: $text-muted;
}
}

// patch to fix https://github.com/codemirror/CodeMirror/issues/4089
// see also https://github.com/codemirror/CodeMirror/commit/51a1e7da60a99e019f026a118dc7c98c2b1f9d62
.CodeMirror-wrap > div > textarea {
font-size: #{$line-height-base}rem;
}

0 comments on commit 2be8f61

Please sign in to comment.