mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
fix(editor): Fix resource mapper component being truncated (#7664)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
parent
f73a0597ba
commit
00dff50140
|
@ -1082,6 +1082,7 @@ export default defineComponent({
|
|||
.node-parameters-wrapper {
|
||||
overflow-y: auto;
|
||||
padding: 0 var(--spacing-m) 200px var(--spacing-m);
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
&.dragging {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<template>
|
||||
<n8n-popover
|
||||
placement="bottom"
|
||||
:teleported="false"
|
||||
:width="width"
|
||||
:popper-class="$style.popover"
|
||||
:visible="show"
|
||||
|
|
Loading…
Reference in a new issue