diff --git a/src/components/workflow/workflow.vue b/src/components/workflow/workflow.vue index 547e738..6e9009b 100644 --- a/src/components/workflow/workflow.vue +++ b/src/components/workflow/workflow.vue @@ -192,7 +192,6 @@ const onDragstop = () => { &-body { overflow: hidden; - min-height: calc(100vh - 198px); .active:before { outline: none !important; @@ -229,4 +228,8 @@ const onDragstop = () => { } } } + +#__SCROLL_EL_ID__ { + overflow: hidden; +}