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

@@ -327,5 +327,7 @@ html, body {
.graph-area {
flex: 1;
position: relative;
min-height: 0;
}
</style>