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