This commit is contained in:
Cassie Tarakajian 2017-01-05 16:54:33 -05:00
parent 074f5b35b1
commit 9886e53a7c
3 changed files with 2 additions and 4 deletions

View file

@ -26,7 +26,6 @@ const defaultHTML =
const defaultCSS = const defaultCSS =
`html, body { `html, body {
overflow: hidden;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }

View file

@ -36,8 +36,8 @@
} }
.preview-frame { .preview-frame {
height: 100%; min-height: 100%;
width: 100%; min-width: 100%;
position: absolute; position: absolute;
} }

View file

@ -27,7 +27,6 @@ const defaultHTML =
`; `;
const defaultCSS = const defaultCSS =
`html, body { `html, body {
overflow: hidden;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }