Yuki Takei 7 лет назад
Родитель
Сommit
afac1eefef
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      resource/styles/scss/_on-edit.scss

+ 2 - 0
resource/styles/scss/_on-edit.scss

@@ -82,10 +82,12 @@ body.on-edit {
         .row,
         .page-editor-preview-container,
         .page-editor-preview-body {
+          min-height: calc(100vh - #{$header-plus-footer});   // for IE11
           height: calc(100vh - #{$header-plus-footer});
         }
         // left(editor)
         .page-editor-editor-container {
+          min-height: calc(100vh - #{$header-plus-footer});   // for IE11
           height: calc(100vh - #{$header-plus-footer});
 
           .react-codemirror2, .CodeMirror, .CodeMirror-scroll,