mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-17 23:35:52 +08:00
reset z-index
This commit is contained in:
parent
11299a8e8f
commit
30f580c42e
@ -62,7 +62,7 @@ const Panel: FC<PanelProps> = ({
|
|||||||
<div
|
<div
|
||||||
ref={rightPanelRef}
|
ref={rightPanelRef}
|
||||||
tabIndex={-1}
|
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}`}
|
key={`${isRestoring}`}
|
||||||
>
|
>
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user