mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
fix: z-index (#5229)
This commit is contained in:
@@ -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'>
|
||||||
|
|||||||
Reference in New Issue
Block a user