From bc757f1ddc5f2f3bf19ac599963e1518d3ff0df5 Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Fri, 14 Jun 2024 22:31:19 +0800 Subject: [PATCH] fix: z-index (#5229) --- web/app/components/base/emoji-picker/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/base/emoji-picker/index.tsx b/web/app/components/base/emoji-picker/index.tsx index 98f74d46f8..4044befd30 100644 --- a/web/app/components/base/emoji-picker/index.tsx +++ b/web/app/components/base/emoji-picker/index.tsx @@ -86,7 +86,7 @@ const EmojiPicker: FC = ({ onClose={() => { }} isShow closable={false} - wrapperClassName={`!z-40 ${className}`} + wrapperClassName={`!z-50 ${className}`} className={cn(s.container, '!w-[362px] !p-0')} >