graflow horiz + vert + fixed border & scroll issues
This commit is contained in:
15
buildoz.css
15
buildoz.css
@@ -188,10 +188,17 @@ bz-slidepane[side="right"] div.handle {
|
||||
cursor: ew-resize;
|
||||
}
|
||||
bz-graflow {
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 100vw;
|
||||
height: 50vh;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
bz-graflow .bzgf-main-container{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
bz-graflow .bzgf-wires-container,
|
||||
bz-graflow .bzgf-nodes-container{
|
||||
|
||||
Reference in New Issue
Block a user