fix #245
This commit is contained in:
parent
074f5b35b1
commit
9886e53a7c
3 changed files with 2 additions and 4 deletions
|
@ -26,7 +26,6 @@ const defaultHTML =
|
|||
|
||||
const defaultCSS =
|
||||
`html, body {
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
@ -36,8 +36,8 @@
|
|||
}
|
||||
|
||||
.preview-frame {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
min-width: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@ const defaultHTML =
|
|||
`;
|
||||
const defaultCSS =
|
||||
`html, body {
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue