mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
🐛 Fixed Japanese IME popup position in editor (#940)
closes TryGhost/Ghost#9289 - add css to fix hidden textarea position
This commit is contained in:
parent
7469b7263f
commit
85d4759044
@ -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%));
|
||||
|
Loading…
Reference in New Issue
Block a user