mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 13:14:07 -08:00
fix z-index to match node
This commit is contained in:
parent
7be94e5399
commit
9eabe2fdb3
|
@ -448,6 +448,7 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
|
|||
top: -8px !important;
|
||||
height: 116px;
|
||||
width: 116px !important;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue