fixed a problem that the last line of code becomes covered by status bar and can't be moved without changing the note.

Thanks to @mhdrone for reporting this and suggesting the fix

fixes #724

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-01-14 11:51:32 +01:00
parent 5bdb392413
commit a52982c7d2

View file

@ -64,7 +64,7 @@ body:not(.night) .night {
overflow-y: auto !important;
}
.CodeMirror-code {
/*padding-bottom: 36px;*/
margin-bottom: 36px;
}
.CodeMirror-gutter-elt {
text-align: center;