Merge pull request #653 from Bilb/clearnet

Fix the conversation horizontal scrollbar when only few conversations #560
pull/669/head
Maxim Shishmarev 6 years ago committed by GitHub
commit 5a4ea93594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save