Fix the conversation scrollbar when only few conversations #560

pull/653/head
Audric Ackermann 6 years ago
parent 9733aee0d6
commit 0b15fa467b

@ -237,6 +237,7 @@ export class LeftPane extends React.Component<Props, any> {
rowHeight={64} rowHeight={64}
rowRenderer={this.renderRow} rowRenderer={this.renderRow}
width={width} width={width}
autoHeight
/> />
)} )}
</AutoSizer> </AutoSizer>

Loading…
Cancel
Save