Skip to content

Commit

Permalink
fix(editor): Fix unscrollable node settings (#6133)
Browse files Browse the repository at this point in the history
🐛 Fix unscrollable node settings
  • Loading branch information
ivov authored and netroy committed May 2, 2023
1 parent ffc033f commit f762f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/NodeSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f762f16

Please sign in to comment.