mirror of https://github.com/langgenius/dify.git
fix canvas empty on the bottom
This commit is contained in:
parent
44fe71e4db
commit
a300c9ef96
|
|
@ -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',
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue