fix: ensure Vue Flow parent container has explicit dimensions

This commit is contained in:
2026-06-07 22:41:51 +08:00
parent f9ee24197a
commit 469fc1ff33
2 changed files with 7 additions and 2 deletions

View File

@@ -86,8 +86,11 @@ onMounted(() => {
<style scoped>
.scene-graph {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #0d0d1a;
}
</style>