Fix the conversation horizontal scrollbar when only few conversations #560
@ -3306,6 +3306,7 @@
flex-grow: 1;
flex-shrink: 1;
overflow-y: auto;
overflow-x: hidden;
}
.module-left-pane__virtual-list {
@ -237,6 +237,7 @@ export class LeftPane extends React.Component<Props, any> {
rowHeight={64}
rowRenderer={this.renderRow}
width={width}
autoHeight={true}
/>
)}
</AutoSizer>