2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-15 05:54:28 -06:00

Update scroll section min-height

This commit is contained in:
Wes Cossick 2015-06-22 17:34:47 -05:00
parent 26a7619873
commit 590dbe5c9a
2 changed files with 5 additions and 1 deletions

2
simplemde.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -6,6 +6,9 @@
border-bottom-right-radius: 4px;
padding: 10px
}
.CodeMirror-scroll {
min-height: 300px;
}
:-webkit-full-screen {
background: #f9f9f5;
padding: .5em 1em;
@ -256,6 +259,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
padding-bottom: 30px;
padding-right: 30px;
height: 100%;
min-height: 300px;
outline: 0;
position: relative
}