Prevented textarea styles interfering with codemirror

Closes #424
This commit is contained in:
Dan Brown 2017-07-10 19:29:35 +01:00
parent 314d98abc3
commit e7f8188ee5
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -32,7 +32,7 @@
#markdown-editor {
position: relative;
z-index: 5;
textarea {
#markdown-editor-input {
font-family: 'Roboto Mono', monospace;
font-style: normal;
font-weight: 400;