diff options
author | David Mehren | 2021-01-14 21:39:20 +0100 |
---|---|---|
committer | GitHub | 2021-01-14 21:39:20 +0100 |
commit | 3d4f1e163c05b78447b2a8ebe04a160bece11af7 (patch) | |
tree | c5c4e23951ee647b7e0631e234e828a79c436aa5 | |
parent | 5bdb39241374afc3da801a4032ebc306f8562035 (diff) | |
parent | a52982c7d268bae05a65da1f5358c13025bfa123 (diff) |
Merge pull request #728 from hedgedoc/fix/statusBarCover
fixed last line statusbar cover problem
-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; |