graflow horiz + vert + fixed border & scroll issues

This commit is contained in:
STEINNI
2025-12-27 21:39:33 +00:00
parent 6730324380
commit 16332d053f
2 changed files with 55 additions and 28 deletions

View File

@@ -188,10 +188,17 @@ bz-slidepane[side="right"] div.handle {
cursor: ew-resize;
}
bz-graflow {
position: relative;
display: block;
width: 100vw;
height: 100vh;
position: relative;
display: block;
width: 100vw;
height: 50vh;
box-sizing: border-box;
}
bz-graflow .bzgf-main-container{
width: 100%;
height: 100%;
position: relative;
box-sizing: border-box;
}
bz-graflow .bzgf-wires-container,
bz-graflow .bzgf-nodes-container{