diff --git a/packages/pl-fe/src/features/ui/components/modals/reactions-modal.tsx b/packages/pl-fe/src/features/ui/components/modals/reactions-modal.tsx index 6c0eae005..d8791c646 100644 --- a/packages/pl-fe/src/features/ui/components/modals/reactions-modal.tsx +++ b/packages/pl-fe/src/features/ui/components/modals/reactions-modal.tsx @@ -84,11 +84,12 @@ const ReactionsModal: React.FC = ({ onClos {reactions.length > 0 && renderFilterBar()} 0, })} + listClassName='max-w-full' itemClassName='pb-3' - style={{ height: 'calc(80vh - 88px)' }} + style={{ height: reactions.length > 0 ? 'calc(80vh - 159px)' : 'calc(80vh - 88px)' }} isLoading={typeof isLoading === 'boolean' ? isLoading : true} useWindowScroll={false} >