🐛 Fixed Japanese IME popup position in editor (#940)

closes TryGhost/Ghost#9289
- add css to fix hidden textarea position
This commit is contained in:
tamura shingo 2018-01-05 22:37:03 +09:00 committed by Kevin Ansfield
parent 7469b7263f
commit 85d4759044

View File

@ -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%));