graflow: examples tuning, nodemove debugging

This commit is contained in:
STEINNI
2026-03-08 13:34:10 +00:00
parent ae173f5b92
commit 2d3a4631c8
2 changed files with 93 additions and 9 deletions

View File

@@ -206,7 +206,9 @@ bz-graflow .bzgf-main-container{
}
/* BZGRAFLOW_CORE_START */
/* bz-graflow internal layout rules (used in light DOM, and injected into shadow DOM when isolated) */
/* Keep this commented section !
bz-graflow internal layout rules (used in light DOM, and injected into shadow DOM when isolated)
*/
bz-graflow .bzgf-wires-container,
bz-graflow .bzgf-nodes-container{
position: absolute;
@@ -214,6 +216,13 @@ bz-graflow .bzgf-nodes-container{
width: 100%;
height: 100%;
}
bz-graflow .bzgf-nodes-container{ /* used to keep the nodes container pointer-events: none, but allow the nodes to be moved ! */
pointer-events: none;
}
bz-graflow .bzgf-nodes-container > * { /* allow the nodes to be moved ! */
pointer-events: auto;
}
bz-graflow .bzgf-nodes-container .bzgf-node{ position:absolute; }
bz-graflow .bzgf-nodes-container .bzgf-fake-node{
position: absolute;