From 0b15fa467bdb3098d3b68a02d5610efb9157de05 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 25 Nov 2019 16:46:29 +1100 Subject: [PATCH] Fix the conversation scrollbar when only few conversations #560 --- ts/components/LeftPane.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/components/LeftPane.tsx b/ts/components/LeftPane.tsx index 90a32a90c..b0e833662 100644 --- a/ts/components/LeftPane.tsx +++ b/ts/components/LeftPane.tsx @@ -237,6 +237,7 @@ export class LeftPane extends React.Component { rowHeight={64} rowRenderer={this.renderRow} width={width} + autoHeight /> )}