graflow: fixed missing styles in shadow dom + fixed bad coords in autoplacement
This commit is contained in:
10
buildoz.css
10
buildoz.css
@@ -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; }
|
||||
Reference in New Issue
Block a user