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

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;