mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-28 22:19:41 -08:00
increase hover index
This commit is contained in:
parent
6be55c235a
commit
ba2d81d070
|
@ -397,6 +397,11 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
|
|||
.jtk-connector {
|
||||
z-index:4;
|
||||
}
|
||||
|
||||
.jtk-connector.jtk-hover {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.jtk-endpoint {
|
||||
z-index:5;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue