mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
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:
parent
5bdb392413
commit
a52982c7d2
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ body:not(.night) .night {
|
||||||
overflow-y: auto !important;
|
overflow-y: auto !important;
|
||||||
}
|
}
|
||||||
.CodeMirror-code {
|
.CodeMirror-code {
|
||||||
/*padding-bottom: 36px;*/
|
margin-bottom: 36px;
|
||||||
}
|
}
|
||||||
.CodeMirror-gutter-elt {
|
.CodeMirror-gutter-elt {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in a new issue