feat(stacking): simplify zIndex and treeLevel behaviour
This commit is contained in:
@@ -116,7 +116,7 @@ function Node({
|
||||
isConnectable={isConnectable}
|
||||
resizeObserver={resizeObserver}
|
||||
dragHandle={node.dragHandle}
|
||||
zIndex={6 + treeLevel}
|
||||
zIndex={treeLevel}
|
||||
isParentNode={isParentNode}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user