ソースを参照

Merge pull request #1993 from weseek/support/adjust-hack-md-width

Support/adjust hack md width
itizawa 6 年 前
コミット
abeba5d4a3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/client/styles/scss/_mixins.scss

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

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