graflow: fixed missing styles in shadow dom + fixed bad coords in autoplacement

This commit is contained in:
STEINNI
2026-01-07 11:21:25 +00:00
parent e98ee24c38
commit 092ef2f22d
7 changed files with 33 additions and 36 deletions
-10
View File
@@ -200,13 +200,3 @@ bz-graflow .bzgf-main-container{
position: relative;
box-sizing: border-box;
}
bz-graflow .bzgf-wires-container,
bz-graflow .bzgf-nodes-container{
position: absolute;
inset: 0;
width: 100%;
height: 100%;
}
bz-graflow .bzgf-nodes-container{ z-index:10; }
bz-graflow .bzgf-wires-container{ z-index:9; }
bz-graflow .bzgf-nodes-container .bzgf-node{ position:absolute; }