mirror of
https://github.com/langgenius/dify.git
synced 2026-04-04 14:10:41 +08:00
fix control panel hovered by comment icon
This commit is contained in:
parent
d685da377e
commit
cd85b75312
@ -422,7 +422,7 @@ export const Workflow: FC<WorkflowProps> = memo(({
|
||||
<CandidateNode />
|
||||
<CommentManager />
|
||||
<div
|
||||
className='pointer-events-none absolute left-0 top-0 z-10 flex w-12 items-center justify-center p-1 pl-2'
|
||||
className='pointer-events-none absolute left-0 top-0 z-[70] flex w-12 items-center justify-center p-1 pl-2'
|
||||
style={{ height: controlHeight }}
|
||||
>
|
||||
<Control />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user