From e5bd91cd9f1ca6e2e9f29a14860888ccdb943f8d Mon Sep 17 00:00:00 2001 From: STEINNI Date: Sun, 22 Feb 2026 20:59:58 +0000 Subject: [PATCH] graflow: entering subflow ok --- app/thirdparty/buildoz/bzGraflow.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/thirdparty/buildoz/bzGraflow.js b/app/thirdparty/buildoz/bzGraflow.js index ac6044a..843d77e 100644 --- a/app/thirdparty/buildoz/bzGraflow.js +++ b/app/thirdparty/buildoz/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)