fix z-index to match node

This commit is contained in:
Mutasem 2021-11-08 09:42:14 +01:00
parent 7be94e5399
commit 9eabe2fdb3

View file

@ -448,6 +448,7 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
top: -8px !important;
height: 116px;
width: 116px !important;
z-index: 2;
}
</style>