mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-18 08:36:01 +08:00
fix: z-index (#5229)
This commit is contained in:
parent
8da035aac6
commit
bc757f1ddc
@ -86,7 +86,7 @@ const EmojiPicker: FC<IEmojiPickerProps> = ({
|
|||||||
onClose={() => { }}
|
onClose={() => { }}
|
||||||
isShow
|
isShow
|
||||||
closable={false}
|
closable={false}
|
||||||
wrapperClassName={`!z-40 ${className}`}
|
wrapperClassName={`!z-50 ${className}`}
|
||||||
className={cn(s.container, '!w-[362px] !p-0')}
|
className={cn(s.container, '!w-[362px] !p-0')}
|
||||||
>
|
>
|
||||||
<div className='flex flex-col items-center w-full p-3'>
|
<div className='flex flex-col items-center w-full p-3'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user