From ab63b5c8bb5191618ea23fa910efac2068c1e651 Mon Sep 17 00:00:00 2001 From: STEINNI Date: Mon, 12 Jan 2026 14:12:27 +0000 Subject: [PATCH] Better windows height & overflow + graflow autoplace at drawing --- app/assets/html/test.html | 6 ++- app/assets/json/bzGraflow/testFlowEic.json | 6 +-- app/assets/styles/app.css | 7 ++- app/thirdparty/buildoz/bzGraflow.js | 59 ++++++++++++++++++---- 4 files changed, 62 insertions(+), 16 deletions(-) diff --git a/app/assets/html/test.html b/app/assets/html/test.html index 617d9a3..882009d 100644 --- a/app/assets/html/test.html +++ b/app/assets/html/test.html @@ -13,6 +13,7 @@ display: grid; grid-gap: 5px; background:#888; + font-size: 16px; } .demooptions{ padding: 2px; @@ -20,9 +21,10 @@ top: 2px; left: 2px; width: 10em; - background: #CCC8; + background: #FFFB; border-radius: 5px; text-align: center; + z-index:99; } .demooptions button{ text-transform: none; @@ -33,7 +35,7 @@ overflow: scroll; } bz-graflow.compunet{ grid-column: 1 / -1; width: 80vw; height: 40vh; background:black; } - bz-graflow.eic{ grid-column: 1 / -1; width: 80vw; height: 40vh; background: var(--eicui-base-color-grey-10); } + bz-graflow.eic{ grid-column: 1 / -1; width: 80vw; height: 20vh; background: var(--eicui-base-color-grey-10); } bz-graflow.organi{ width: 40vw; height: 100vh; background:black; }