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