mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): fix bug where one cannot scroll down parameters (#4348)
This commit is contained in:
@@ -818,7 +818,7 @@ export default mixins(externalHooks, genericHelpers, nodeHelpers).extend({
|
||||
.node-parameters-wrapper {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
padding: 0 20px;
|
||||
padding: 0 20px 200px 20px;
|
||||
}
|
||||
|
||||
&.dragging {
|
||||
|
||||
Reference in New Issue
Block a user