1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-29 01:30:16 +02:00

fix style in preview.html. fixes #548

This commit is contained in:
Kushagra Gour
2023-10-27 14:56:18 +05:30
parent ae6f327dda
commit 99f3cceb54

View File

@@ -1,8 +1,22 @@
<link rel="stylesheet" href="style.css">
<style>
body {
margin: 0;
}
#demo-frame {
border: 0;
width: 100%;
background: white;
height: 100%;
}
</style>
<body>
<iframe src="about://blank" frameborder="0" id="demo-frame" allowfullscreen></iframe>
<iframe
src="about://blank"
frameborder="0"
id="demo-frame"
allowfullscreen
></iframe>
<script src="detached-window.js"></script>
</body>