fix: z-index (#5229)

This commit is contained in:
crazywoola 2024-06-14 22:31:19 +08:00 committed by GitHub
parent 8da035aac6
commit bc757f1ddc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'>