Style the left pane scrollbar
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user