From 469fc1ff3317b711e34482c8b49fdec9119135c3 Mon Sep 17 00:00:00 2001 From: cocos02 Date: Sun, 7 Jun 2026 22:41:51 +0800 Subject: [PATCH] fix: ensure Vue Flow parent container has explicit dimensions --- editor/App.vue | 2 ++ editor/components/SceneGraph.vue | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/editor/App.vue b/editor/App.vue index d9cd484..1738579 100644 --- a/editor/App.vue +++ b/editor/App.vue @@ -327,5 +327,7 @@ html, body { .graph-area { flex: 1; + position: relative; + min-height: 0; } diff --git a/editor/components/SceneGraph.vue b/editor/components/SceneGraph.vue index b072c2f..df61bd6 100644 --- a/editor/components/SceneGraph.vue +++ b/editor/components/SceneGraph.vue @@ -86,8 +86,11 @@ onMounted(() => {