mirror of https://github.com/langgenius/dify.git
fix: email input cannot scroll (#24930)
This commit is contained in:
parent
b810efdb3f
commit
2c462154f7
|
|
@ -100,7 +100,7 @@ const InviteModal = ({
|
|||
<div className='mb-2 text-sm font-medium text-text-primary'>{t('common.members.email')}</div>
|
||||
<div className='mb-8 flex h-36 flex-col items-stretch'>
|
||||
<ReactMultiEmail
|
||||
className={cn('w-full border-components-input-border-active !bg-components-input-bg-normal px-3 pt-2 outline-none',
|
||||
className={cn('h-full w-full border-components-input-border-active !bg-components-input-bg-normal px-3 pt-2 outline-none',
|
||||
'appearance-none overflow-y-auto rounded-lg text-sm !text-text-primary',
|
||||
)}
|
||||
autoFocus
|
||||
|
|
|
|||
Loading…
Reference in New Issue