Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
πŸ› Fixed Japanese IME popup position in editor (#940)
Browse files Browse the repository at this point in the history
closes TryGhost/Ghost#9289
- add css to fix hidden textarea position
  • Loading branch information
tamurashingo authored and kevinansfield committed Jan 5, 2018
1 parent 946a3d5 commit 4baa57b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/styles/layouts/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,13 @@
background: transparent;
}

.gh-editor .CodeMirror-wrap > div > textarea {
top: 0;
height: 26px;
min-height: 26px;
margin-bottom: -26px;
}

.gh-editor .CodeMirror pre {
padding: 0;
color: color(var(--darkgrey) l(+5%));
Expand Down

0 comments on commit 4baa57b

Please sign in to comment.