Sfoglia il codice sorgente

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

tags/1.5.0
Covfefeable 4 mesi fa
parent
commit
449e16782e
Nessun account collegato all'indirizzo email del committer

+ 1
- 1
web/app/components/datasets/common/document-picker/document-list.tsx Vedi File

}, [onChange]) }, [onChange])


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

Loading…
Annulla
Salva