graflow 1.0

This commit is contained in:
STEINNI
2025-12-22 16:38:45 +00:00
parent b07aa583b5
commit 5b00367dd6
2 changed files with 175 additions and 1 deletions

View File

@@ -186,4 +186,19 @@ bz-slidepane[side="right"] div.handle {
background: repeating-linear-gradient( to right, rgba(255,255,255,1) 0, rgba(255,255,255,1) 2px, rgba(0,0,0,0.2) 3px, rgba(0,0,0,0.2) 4px );
transform: translateY(-50%);
cursor: ew-resize;
}
}
bz-graflow {
position: relative;
display: block;
width: 100vw;
height: 100vh;
}
bz-graflow .bzgf-wires-container,
bz-graflow .bzgf-nodes-container{
position: absolute;
inset: 0;
width: 100%;
height: 100%;
}
bz-graflow .bzgf-nodes-container{ z-index:10; }
bz-graflow .bzgf-wires-container{ z-index:9; }