Skip to content

Commit c81bafd

Browse files
committed
Fix preview scaling
1 parent a8aaec6 commit c81bafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/generator/PreviewPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function PreviewPanel({ id, docAndNode: original, shown }: PreviewPanelPr
2929
return <ErrorPanel error={previewError} onDismiss={dismissError} />
3030
}
3131

32-
return <div>
32+
return <div class="h-full">
3333
<PreviewContent key={id} id={id} docAndNode={docAndNode} shown={shown} />
3434
</div>
3535
}

0 commit comments

Comments
 (0)