mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Make sure connectors are clickable when overlapped by node description (#16765)
This commit is contained in:
committed by
GitHub
parent
697a57f386
commit
38c2e6184c
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user