diff options
author | Philip Molares | 2021-01-14 11:51:32 +0100 |
---|---|---|
committer | Philip Molares | 2021-01-14 11:51:32 +0100 |
commit | a52982c7d268bae05a65da1f5358c13025bfa123 (patch) | |
tree | c5c4e23951ee647b7e0631e234e828a79c436aa5 /public | |
parent | 5bdb39241374afc3da801a4032ebc306f8562035 (diff) |
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>
Diffstat (limited to 'public')
-rw-r--r-- | public/css/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/index.css b/public/css/index.css index 992c9a7b..e8a5db46 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -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; |