zahmis 5 years ago
parent
commit
4f19dffc1e
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/client/styles/scss/_mixins.scss

+ 6 - 6
src/client/styles/scss/_mixins.scss

@@ -49,14 +49,14 @@
         & > .row,
         & > .row,
         .page-editor-preview-container,
         .page-editor-preview-container,
         .page-editor-preview-body {
         .page-editor-preview-body {
-          height: calc(100vh - #{$header-plus-footer} +17px);
-          min-height: calc(100vh - #{$header-plus-footer} + 17px); // for IE11
+          height: calc(100vh - #{$header-plus-footer} +19px);
+          min-height: calc(100vh - #{$header-plus-footer} + 19px); // for IE11
         }
         }
 
 
         // left(editor)
         // left(editor)
         .page-editor-editor-container {
         .page-editor-editor-container {
-          height: calc(100vh - #{$header-plus-footer} +17px);
-          min-height: calc(100vh - #{$header-plus-footer} +17px); // for IE11
+          height: calc(100vh - #{$header-plus-footer} +19px);
+          min-height: calc(100vh - #{$header-plus-footer} +19px); // for IE11
 
 
           .react-codemirror2,
           .react-codemirror2,
           .CodeMirror,
           .CodeMirror,
@@ -73,8 +73,8 @@
         .hackmd-error,
         .hackmd-error,
         #iframe-hackmd-container > iframe {
         #iframe-hackmd-container > iframe {
           width: 100%;
           width: 100%;
-          height: calc(100vh - #{$header-plus-footer} + 30px);
-          min-height: calc(100vh - #{$header-plus-footer} + 30px); // for IE11
+          height: calc(100vh - #{$header-plus-footer} + 33px);
+          min-height: calc(100vh - #{$header-plus-footer} + 33px); // for IE11
         }
         }
       }
       }
     }
     }