fix: ensure Vue Flow parent container has explicit dimensions
This commit is contained in:
@@ -327,5 +327,7 @@ html, body {
|
||||
|
||||
.graph-area {
|
||||
flex: 1;
|
||||
position: relative;
|
||||
min-height: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user