X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/5f46d71af0af216e413af8771f227f2a73deb2ec..refs/pull/5313/head:/resources/sass/_editor.scss diff --git a/resources/sass/_editor.scss b/resources/sass/_editor.scss index dd1e1a2c3..b33cb4d05 100644 --- a/resources/sass/_editor.scss +++ b/resources/sass/_editor.scss @@ -26,6 +26,8 @@ body.editor-is-fullscreen { } } .editor-content-area { + min-height: 100%; + padding-block: 1rem; &:focus { outline: 0; } @@ -33,6 +35,7 @@ body.editor-is-fullscreen { .editor-content-wrap { position: relative; overflow-y: scroll; + flex: 1; } // Buttons @@ -134,7 +137,6 @@ body.editor-is-fullscreen { background-color: #FFF; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15); z-index: 99; - min-width: 120px; display: flex; flex-direction: row; }