graflow: entering subflow ok
This commit is contained in:
@@ -182,6 +182,7 @@ class BZgraflow extends Buildoz{
|
|||||||
const nodeStyle = getComputedStyle(nodeEl)
|
const nodeStyle = getComputedStyle(nodeEl)
|
||||||
childEl.style.border = nodeStyle.border
|
childEl.style.border = nodeStyle.border
|
||||||
childEl.style.borderRadius = nodeStyle.borderRadius
|
childEl.style.borderRadius = nodeStyle.borderRadius
|
||||||
|
childEl.style.backgroundColor = nodeStyle.backgroundColor
|
||||||
|
|
||||||
// Put the child in the exact same viewport rect as the parent (fixed overlay)
|
// Put the child in the exact same viewport rect as the parent (fixed overlay)
|
||||||
this.Invade(this, childEl)
|
this.Invade(this, childEl)
|
||||||
|
|||||||
Reference in New Issue
Block a user