fix canvas empty on the bottom

This commit is contained in:
hjlarry 2025-10-13 09:38:59 +08:00
parent 44fe71e4db
commit a300c9ef96
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ export const Workflow: FC<WorkflowProps> = memo(({
<div
id='workflow-container'
className={cn(
'relative h-full w-full min-w-[960px]',
'relative h-full w-full min-w-[960px] overflow-hidden',
workflowReadOnly && 'workflow-panel-animation',
nodeAnimation && 'workflow-node-animation',
)}