From 07d58b8bcc207148f1648e71ee434fce81fec56c Mon Sep 17 00:00:00 2001 From: xlsea Date: Fri, 21 Jun 2024 15:22:49 +0800 Subject: [PATCH] =?UTF-8?q?style(sj=5Fmap=5Freduce):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E6=8B=96=E6=8B=BD=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/workflow/workflow.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; +}