mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-28 22:19:41 -08:00
fix drag issue
This commit is contained in:
parent
5065b392f6
commit
ed551289e9
|
@ -430,6 +430,10 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
|
||||||
z-index: 6;
|
z-index: 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.jtk-endpoint.jtk-hover {
|
||||||
|
z-index: 7;
|
||||||
|
}
|
||||||
|
|
||||||
.jtk-overlay {
|
.jtk-overlay {
|
||||||
z-index:7;
|
z-index:7;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue