Skip to content

Commit

Permalink
Fixed ability to type in markdown cards
Browse files Browse the repository at this point in the history
no issue
- `visibility: hidden` resulted in the textarea not receiving events which breaks CodeMirror
  • Loading branch information
kevinansfield committed Jan 22, 2019
1 parent ba493d7 commit fb14c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/styles/layouts/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fb14c6f

Please sign in to comment.