diff --git a/notes-webapp/src/main/webapp/skin/less/notes/notes.less b/notes-webapp/src/main/webapp/skin/less/notes/notes.less index 759927716..ac0bf5c34 100644 --- a/notes-webapp/src/main/webapp/skin/less/notes/notes.less +++ b/notes-webapp/src/main/webapp/skin/less/notes/notes.less @@ -73,18 +73,20 @@ z-index: 1031; background: #eeeeee; + .notes-content-wrapper { + min-height: calc(~"100vh - 210px"); + } + .notes-content { - height: calc(~"100vh - 120px"); + height: calc(~"100vh - 100px"); overflow: auto; z-index: 5; background-color: #eeeeee; margin-top: 102px; .notes-content-form { - background: white; - margin: 20px 14% 0 14% !important; + margin: 20px auto !important; min-height: calc(~"100vh - 140px"); - #cke_notesContent { border-color: transparent; flex: 0 1 100%; @@ -198,7 +200,6 @@ .notes-application-content { overflow: auto; min-height: calc(~"100vh - 350px"); - margin: 4px; } } diff --git a/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue b/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue index 10c78c440..743b19ea7 100644 --- a/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue +++ b/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue @@ -73,8 +73,8 @@