fix(editor): Fix unscrollable node settings (#6133)

🐛 Fix unscrollable node settings
This commit is contained in:
Iván Ovejero
2023-04-28 13:38:49 +02:00
committed by GitHub
parent a3aba835a1
commit c8ff368fc7

View File

@@ -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 {