diff --git a/bzGraflow.js b/bzGraflow.js index ac6044a..843d77e 100644 --- a/bzGraflow.js +++ b/bzGraflow.js @@ -182,6 +182,7 @@ class BZgraflow extends Buildoz{ const nodeStyle = getComputedStyle(nodeEl) childEl.style.border = nodeStyle.border childEl.style.borderRadius = nodeStyle.borderRadius + childEl.style.backgroundColor = nodeStyle.backgroundColor // Put the child in the exact same viewport rect as the parent (fixed overlay) this.Invade(this, childEl)