fix drag issue

This commit is contained in:
Mutasem 2021-10-26 16:36:38 +02:00
parent 5065b392f6
commit ed551289e9

View file

@ -430,6 +430,10 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
z-index: 6;
}
.jtk-endpoint.jtk-hover {
z-index: 7;
}
.jtk-overlay {
z-index:7;
}