mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-31 23:47:28 -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 {
|
.jtk-connector {
|
||||||
z-index:4;
|
z-index:4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.jtk-connector.jtk-hover {
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
|
||||||
.jtk-endpoint {
|
.jtk-endpoint {
|
||||||
z-index:5;
|
z-index:5;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue