mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 04:26:30 +08:00
control panel should be z-60
This commit is contained in:
parent
d98a428100
commit
be1f841b37
@ -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 />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user