2
0
Yuki Takei 7 жил өмнө
parent
commit
2d52ffd15c

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

@@ -375,7 +375,8 @@ body.on-edit {
   &.hackmd #hackmd {
     @extend %expand-by-flex;
 
-    #hackmd-editor {
+    #hackmd-editor,
+    iframe {
       min-height: calc(100vh - #{$header-plus-footer});   // for IE11
       height: calc(100vh - #{$header-plus-footer});
     }