소스 검색

fix: update DocumentList to include max height and overflow styles (#21466)

tags/1.5.0
Covfefeable 4 달 전
부모
커밋
449e16782e
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      web/app/components/datasets/common/document-picker/document-list.tsx

+ 1
- 1
web/app/components/datasets/common/document-picker/document-list.tsx 파일 보기

@@ -21,7 +21,7 @@ const DocumentList: FC<Props> = ({
}, [onChange])

return (
<div className={cn(className)}>
<div className={cn('max-h-[calc(100vh-120px)] overflow-auto', className)}>
{list.map((item) => {
const { id, name, extension } = item
return (

Loading…
취소
저장