fix(editor): Make sure connectors are clickable when overlapped by node description (#16765)

This commit is contained in:
Milorad FIlipović
2025-07-01 14:33:43 +02:00
committed by GitHub
parent 697a57f386
commit 38c2e6184c
4 changed files with 8 additions and 1 deletions

View File

@@ -79,6 +79,11 @@
&:has(.sticky--active) {
z-index: 1 !important;
}
// Bump z-index for unconnected nodes
&:has(.canvas-handle-plus-wrapper):hover {
z-index: 2 !important;
}
}
.vue-flow__nodes:has(.bring-to-front) {