2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-04 00:24:29 -06:00

Merge pull request #175 from StefKors/fix-z-index

Set .CodeMirror z-index to 0
This commit is contained in:
Jeroen Akkerman 2020-03-26 13:45:19 +01:00 committed by GitHub
commit 8d7ba010a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
border-bottom-right-radius: 4px;
padding: 10px;
font: inherit;
z-index: 1;
z-index: 0;
word-wrap: break-word;
}