Fix scroll to top in single column UI (#11463)
This commit is contained in:
		@@ -47,7 +47,7 @@ class PinnedStatuses extends ImmutablePureComponent {
 | 
			
		||||
    const { intl, shouldUpdateScroll, statusIds, hasMore, multiColumn } = this.props;
 | 
			
		||||
 | 
			
		||||
    return (
 | 
			
		||||
      <Column icon='thumb-tack' heading={intl.formatMessage(messages.heading)} ref={this.setRef}>
 | 
			
		||||
      <Column bindToDocument={!multiColumn} icon='thumb-tack' heading={intl.formatMessage(messages.heading)} ref={this.setRef}>
 | 
			
		||||
        <ColumnBackButtonSlim />
 | 
			
		||||
        <StatusList
 | 
			
		||||
          statusIds={statusIds}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user