@blocklet/pages-kit-block-studio 0.1.21 → 0.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -232,7 +232,7 @@ export default function HtmlPreview() {
232
232
 
233
233
  return createElement('iframe', {
234
234
  ref: iframeRef,
235
- style: { border: 'none', width: '100%', height: '0px', maxHeight: '100vh' },
235
+ style: { border: 'none', width: '100%', height: '100%', maxHeight: '100vh' },
236
236
  sandbox: 'allow-scripts',
237
237
  title: 'Preview ${name}',
238
238
  srcDoc: ${htmlContent}