Skip to content
Discussion options

You must be logged in to vote

Yeah, you can use css to modify the z-index of edges instead of doing it one edge at a time.

Something like this

.vue-flow__edges {
	z-index: 9999 !important;
}

Here's an example.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SamuNatsu
Comment options

Answer selected by SamuNatsu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants