fix: fixes zIndex ordering among nodes

This commit is contained in:
Mark Mankarious
2023-08-16 14:31:14 +01:00
parent bd7a11849c
commit 6139401711

View File

@@ -40,6 +40,7 @@ export const Node = ({ node, icon, order }: Props) => {
return (
<Box
sx={{
position: 'absolute',
zIndex: order
}}
>