Skip to content

Commit

Permalink
Merge pull request #223 from liam-hq/feat/node-z-index
Browse files Browse the repository at this point in the history
feat: add zIndex property to node style in convertDBStructureToNodes
  • Loading branch information
MH4GF authored Dec 12, 2024
2 parents 2cf6c30 + e29a47e commit 9b418b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const convertDBStructureToNodes = ({
style: {
opacity: 0,
},
zIndex: 1,
}
})

Expand Down

0 comments on commit 9b418b3

Please sign in to comment.