Fix scroll to top in single column UI (#11463)

This commit is contained in:
Eugen Rochko
2019-08-01 19:17:17 +02:00
committed by GitHub
parent 8b9d0a0533
commit 2dee293c4c
26 changed files with 55 additions and 30 deletions

View File

@ -57,7 +57,7 @@ class FollowRequests extends ImmutablePureComponent {
const emptyMessage = <FormattedMessage id='empty_column.follow_requests' defaultMessage="You don't have any follow requests yet. When you receive one, it will show up here." />;
return (
<Column icon='user-plus' heading={intl.formatMessage(messages.heading)}>
<Column bindToDocument={!multiColumn} icon='user-plus' heading={intl.formatMessage(messages.heading)}>
<ColumnBackButtonSlim />
<ScrollableList
scrollKey='follow_requests'