Skip to content
Snippets Groups Projects
Unverified Commit 43a4cee1 authored by Abhinav Kumar's avatar Abhinav Kumar Committed by GitHub
Browse files

regression: room list not using full sidebar width in new navigation (#35454)

parent 05fad339
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ const RoomList = () => {
useShortcutOpenMenu(ref);
return (
<Box position='relative' display='flex' overflow='hidden' height='full' flexGrow={1} flexShrink={1} flexBasis='auto' ref={ref}>
<Box position='relative' overflow='hidden' height='full' ref={ref}>
<VirtualizedScrollbars>
<GroupedVirtuoso
groupCounts={groupsCount}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment