diff --git a/packages/roomkit-react/src/Prebuilt/components/Footer/ParticipantList.jsx b/packages/roomkit-react/src/Prebuilt/components/Footer/ParticipantList.jsx index 6de9c08641..a2a2425986 100644 --- a/packages/roomkit-react/src/Prebuilt/components/Footer/ParticipantList.jsx +++ b/packages/roomkit-react/src/Prebuilt/components/Footer/ParticipantList.jsx @@ -139,6 +139,10 @@ const VirtualizedParticipants = ({ css={{ gap: '$8', mt: '$4', + maxHeight: '100%', + overflowY: 'auto', + overflowX: 'hidden', + pr: '$3', }} > +