graflow: examples tuning, nodemove debugging
This commit is contained in:
11
buildoz.css
11
buildoz.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user