fix: update DocumentList to include max height and overflow styles

pull/21466/head
Covfefeable 11 months ago
parent 27172b0898
commit 9c03ad44ff

@ -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…
Cancel
Save