mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed ability to type in markdown cards
no issue - `visibility: hidden` resulted in the textarea not receiving events which breaks CodeMirror
This commit is contained in:
parent
bc8d21e224
commit
064e3373f2
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@
|
|||
|
||||
/* ensure there's no flash of unstyled textarea while initializing */
|
||||
.gh-markdown-editor textarea {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.gh-editor-title {
|
||||
|
|
Loading…
Add table
Reference in a new issue