mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-28 22:19:41 -08:00
push nodes above connectors
This commit is contained in:
parent
93937ed3c0
commit
d8178b96f1
|
@ -404,21 +404,29 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
|
|||
background-color: #67c23a;
|
||||
}
|
||||
|
||||
/** connector */
|
||||
.jtk-connector {
|
||||
z-index:4;
|
||||
}
|
||||
|
||||
.jtk-connector.jtk-hover {
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.jtk-connector.jtk-success {
|
||||
/** node */
|
||||
.jtk-endpoint-anchor {
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
/** node endpoints */
|
||||
.jtk-endpoint {
|
||||
z-index:5;
|
||||
}
|
||||
|
||||
.jtk-connector.jtk-dragging {
|
||||
z-index: 6;
|
||||
}
|
||||
|
||||
.jtk-connector.jtk-hover {
|
||||
z-index: 6;
|
||||
}
|
||||
|
||||
.jtk-overlay {
|
||||
z-index:6;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue