mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Fix preview scaling
This commit is contained in:
@@ -29,7 +29,7 @@ export function PreviewPanel({ id, docAndNode: original, shown }: PreviewPanelPr
|
||||
return <ErrorPanel error={previewError} onDismiss={dismissError} />
|
||||
}
|
||||
|
||||
return <div>
|
||||
return <div class="h-full">
|
||||
<PreviewContent key={id} id={id} docAndNode={docAndNode} shown={shown} />
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user