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

pull/21470/head
Covfefeable 10 months ago committed by GitHub
parent 257809bb30
commit 449e16782e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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