mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 22:07:35 -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;
|
top: -8px !important;
|
||||||
height: 116px;
|
height: 116px;
|
||||||
width: 116px !important;
|
width: 116px !important;
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue