Added Placeholder for Node Configuration Panel

This commit is contained in:
2025-05-14 05:10:37 -06:00
parent fb04324f44
commit 844c8a30b6
2 changed files with 110 additions and 7 deletions

View File

@@ -6,9 +6,10 @@
/* FlowEditor background container */
.flow-editor-container {
position: relative;
width: 100vw;
height: 100vh;
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
/* Blue Gradient Overlay */