mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-31 23:47:28 -08:00
update hover behavior not to cover overlays
This commit is contained in:
parent
ba2d81d070
commit
2c0d9406b4
|
@ -399,7 +399,7 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
|
||||||
}
|
}
|
||||||
|
|
||||||
.jtk-connector.jtk-hover {
|
.jtk-connector.jtk-hover {
|
||||||
z-index: 10;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jtk-endpoint {
|
.jtk-endpoint {
|
||||||
|
|
Loading…
Reference in a new issue