Skip to content

Commit d5e070b

Browse files
Increase overscan count (#29392)
1 parent d8ecb63 commit d5e070b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/views/rooms/MemberList/MemberListView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ const MemberListView: React.FC<IProps> = (props: IProps) => {
108108
// Subtract the height of MemberlistHeaderView so that the parent div does not overflow.
109109
height={height - 113}
110110
width={width}
111+
overscanRowCount={15}
111112
/>
112113
)}
113114
</AutoSizer>

0 commit comments

Comments
 (0)