mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
fix: fixes zIndex ordering among nodes
This commit is contained in:
@@ -40,6 +40,7 @@ export const Node = ({ node, icon, order }: Props) => {
|
||||
return (
|
||||
<Box
|
||||
sx={{
|
||||
position: 'absolute',
|
||||
zIndex: order
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user