From fbea601183d17c43eb34ce606743b0d4b23e1e43 Mon Sep 17 00:00:00 2001 From: STEINNI Date: Sun, 22 Feb 2026 20:59:58 +0000 Subject: [PATCH] graflow: entering subflow ok --- bzGraflow.js | 1 + 1 file changed, 1 insertion(+) 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)