소스 검색

restore mixin

zahmis 5 년 전
부모
커밋
321d42f8b1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/client/styles/scss/_mixins.scss

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

@@ -72,8 +72,8 @@
         .hackmd-error,
         #iframe-hackmd-container > iframe {
           width: 100%;
-          height: calc(90vh - #{$header-plus-footer});
-          min-height: calc(90vh - #{$header-plus-footer}); // for IE11
+          height: calc(100vh - #{$header-plus-footer});
+          min-height: calc(100vh - #{$header-plus-footer}); // for IE11
         }
       }
     }