Style the left pane scrollbar
This commit is contained in:
parent
2b08cbfdfe
commit
9f87543388
3 changed files with 19 additions and 2 deletions
|
@ -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}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue