mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 18:45:55 +08:00
reset z-index
This commit is contained in:
parent
11299a8e8f
commit
30f580c42e
@ -62,7 +62,7 @@ const Panel: FC<PanelProps> = ({
|
||||
<div
|
||||
ref={rightPanelRef}
|
||||
tabIndex={-1}
|
||||
className={cn('absolute bottom-1 right-0 top-14 z-[11] flex outline-none')}
|
||||
className={cn('absolute bottom-1 right-0 top-14 z-10 flex outline-none')}
|
||||
key={`${isRestoring}`}
|
||||
>
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user