Reduce code duplication, add touch scrolling behaviour for webkit browsers
on scrollable areas
This commit is contained in:
parent
98c3a5e9c3
commit
6d5ef89356
6 changed files with 12 additions and 5 deletions
|
@ -48,7 +48,7 @@ const Reblogs = React.createClass({
|
|||
<ColumnBackButton />
|
||||
|
||||
<ScrollContainer scrollKey='reblogs'>
|
||||
<div style={{ overflowY: 'scroll', flex: '1 1 auto', overflowX: 'hidden' }} className='scrollable'>
|
||||
<div className='scrollable'>
|
||||
{accountIds.map(id => <AccountContainer key={id} id={id} withNote={false} />)}
|
||||
</div>
|
||||
</ScrollContainer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue