Explorar o código

restore mixin

zahmis %!s(int64=5) %!d(string=hai) anos
pai
achega
321d42f8b1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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
         }
       }
     }