From 77373e463320e75c9bc7e5df7b2f5a32380f9d89 Mon Sep 17 00:00:00 2001 From: KaustubhKumar05 Date: Wed, 30 Aug 2023 18:03:23 +0530 Subject: [PATCH] fix: overflow --- .../src/Prebuilt/components/Footer/ParticipantList.jsx | 4 ++++ .../src/Prebuilt/components/Footer/RoleAccordion.jsx | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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', }} > +