浏览代码

fix: z-index (#5229)

crazywoola 10 月之前
父节点
当前提交
bc757f1ddc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/app/components/base/emoji-picker/index.tsx

+ 1 - 1
web/app/components/base/emoji-picker/index.tsx

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