mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-29 15:57:00 +02:00
fix(editor): Fix unscrollable node settings (#6133)
🐛 Fix unscrollable node settings
This commit is contained in:
parent
a3aba835a1
commit
c8ff368fc7
|
|
@ -962,7 +962,7 @@ export default mixins(externalHooks, nodeHelpers).extend({
|
|||
.node-parameters-wrapper {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
padding: 0 20px;
|
||||
padding: 0 20px 200px 20px;
|
||||
}
|
||||
|
||||
&.dragging {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user