화면 비율조정 수정

This commit is contained in:
kjs
2025-10-24 16:34:21 +09:00
parent 7d6281d289
commit 25cd23c1fb
5 changed files with 218 additions and 187 deletions

View File

@@ -334,7 +334,7 @@ export const InteractiveScreenViewer: React.FC<InteractiveScreenViewerProps> = (
console.log("🔍 InteractiveScreenViewer 최종 flowComponent:", flowComponent);
return (
<div className="h-full w-full">
<div className="w-full">
<FlowWidget component={flowComponent as any} />
</div>
);