From f9a37d34cdd775c74930ab4b390a7daf4d934f1f Mon Sep 17 00:00:00 2001 From: crazywoola <427733928@qq.com> Date: Wed, 21 May 2025 10:25:59 +0800 Subject: [PATCH] fix: reactflow bg in dart mode --- web/app/components/workflow/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/app/components/workflow/style.css b/web/app/components/workflow/style.css index 7ef46dd5bf..9d88ac2644 100644 --- a/web/app/components/workflow/style.css +++ b/web/app/components/workflow/style.css @@ -21,4 +21,6 @@ z-index: -1000 !important; } -#workflow-container .react-flow {} +#workflow-container .react-flow__attribution { + background: none !important; +}