diff --git a/client/components/ScrollableContentWrapper.tsx b/client/components/ScrollableContentWrapper.tsx
index 106765f5811..1720ce9862a 100644
--- a/client/components/ScrollableContentWrapper.tsx
+++ b/client/components/ScrollableContentWrapper.tsx
@@ -6,7 +6,7 @@ import { useDir } from '../hooks/useDir';
const styleDefault = {
- maxHeight: '100%', flexGrow: 1, overflowY: 'auto', willChange: 'transform',
+ height: '100%', flexGrow: 1, overflowY: 'auto', willChange: 'transform', width: '100%',
};
type CustomScrollbarsProps = {
diff --git a/client/views/room/contextualBar/Discussions/index.js b/client/views/room/contextualBar/Discussions/index.js
index 6993e3118b2..a2cfaa20c52 100644
--- a/client/views/room/contextualBar/Discussions/index.js
+++ b/client/views/room/contextualBar/Discussions/index.js
@@ -215,7 +215,7 @@ export function DiscussionList({ total = 10, discussions = [], loadMoreItems, lo
}/>
-
+
{error && {error.toString()}}
{total === 0 && {t('No_Discussions_found')}}
{!error && total > 0 &&
-
+
{error && {error.toString()}}
{total === 0 && {t('No_Threads')}}
{!error && total > 0 &&