fix(editor): Fix unscrollable node settings (#6133)
🐛 Fix unscrollable node settings
This commit is contained in:
@@ -962,7 +962,7 @@ export default mixins(externalHooks, nodeHelpers).extend({
|
|||||||
.node-parameters-wrapper {
|
.node-parameters-wrapper {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding: 0 20px;
|
padding: 0 20px 200px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.dragging {
|
&.dragging {
|
||||||
|
|||||||
Reference in New Issue
Block a user