control panel should be z-60

This commit is contained in:
hjlarry 2025-11-24 16:27:37 +08:00
parent d98a428100
commit be1f841b37

View File

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