Style the left pane scrollbar

This commit is contained in:
Josh Perez 2021-08-26 17:05:43 -04:00 committed by GitHub
parent 2b08cbfdfe
commit 9f87543388
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 2 deletions

View file

@ -337,7 +337,7 @@ export const ConversationList: React.FC<PropsType> = ({
rowHeight={calculateRowHeight}
rowRenderer={renderRow}
scrollToIndex={scrollToRowIndex}
style={{ overflow: scrollable ? 'auto' : 'hidden' }}
style={{ overflow: scrollable ? 'overlay' : 'hidden' }}
tabIndex={-1}
width={width}
/>