mirror of https://github.com/langgenius/dify.git
fix: adjust overflow styles in EditMetadataBatchModal for better layout (#28445)
This commit is contained in:
parent
b4e7239ac7
commit
e260815c5e
|
|
@ -119,7 +119,7 @@ const EditMetadataBatchModal: FC<Props> = ({
|
|||
className='!max-w-[640px]'
|
||||
>
|
||||
<div className='system-xs-medium mt-1 text-text-accent'>{t(`${i18nPrefix}.editDocumentsNum`, { num: documentNum })}</div>
|
||||
<div className='ml-[-16px] max-h-[305px] overflow-y-auto'>
|
||||
<div className='max-h-[305px] overflow-y-auto overflow-x-hidden'>
|
||||
<div className='mt-4 space-y-2'>
|
||||
{templeList.map(item => (
|
||||
<EditMetadataBatchItem
|
||||
|
|
|
|||
Loading…
Reference in New Issue