I am using React Flow v9 and I want to make the edges appear above the nodes. I have tried setting the z-index for the node to 0 or the z-index for the edge to 100 but they don't seem to work. It always falls back to nodes having a z-index of 3 and edges having a z-index of 2.
Is there a way to get this behavior?