2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-30 14:41:01 -06:00

Made entire edit field have cursor: text.

This commit is contained in:
Jeroen Akkerman 2017-12-10 01:18:21 +01:00
parent 4f99b7de49
commit c34cebefd6
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -10,6 +10,10 @@
word-wrap: break-word;
}
.CodeMirror-scroll {
cursor: text;
}
.CodeMirror-fullscreen {
background: #fff;
position: fixed !important;