fix control layer

This commit is contained in:
hjlarry 2025-10-22 10:25:31 +08:00
parent 351bad9ec4
commit ee3ded0fc2

View File

@ -422,7 +422,7 @@ export const Workflow: FC<WorkflowProps> = memo(({
<CandidateNode /> <CandidateNode />
<CommentManager /> <CommentManager />
<div <div
className='pointer-events-none absolute left-0 top-0 z-[70] flex w-12 items-center justify-center p-1 pl-2' className='pointer-events-none absolute left-0 top-0 z-[65] flex w-12 items-center justify-center p-1 pl-2'
style={{ height: controlHeight }} style={{ height: controlHeight }}
> >
<Control /> <Control />