From a52982c7d268bae05a65da1f5358c13025bfa123 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Thu, 14 Jan 2021 11:51:32 +0100 Subject: 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 --- public/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3