updated: reply-indicator overflows verbose communications, during reply

environments/review-conversati-v4kxwh/deployments/4074
tassoman 2023-09-28 08:03:40 +02:00
rodzic 0bb6fbbe92
commit e8eefda486
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -36,7 +36,7 @@ const ReplyIndicator: React.FC<IReplyIndicator> = ({ className, status, hideActi
} }
return ( return (
<Stack space={2} className={clsx('rounded-lg bg-gray-100 p-4 dark:bg-gray-800', className)}> <Stack space={2} className={clsx('max-h-72 overflow-y-auto rounded-lg bg-gray-100 p-4 dark:bg-gray-800', className)}>
<AccountContainer <AccountContainer
{...actions} {...actions}
id={status.getIn(['account', 'id']) as string} id={status.getIn(['account', 'id']) as string}