Fix double scroll bars in some columns in advanced interface (#27187)
This commit is contained in:
parent
ceb365c419
commit
37bbd3c106
8 changed files with 62 additions and 69 deletions
|
@ -204,7 +204,7 @@ class Results extends PureComponent {
|
|||
<button onClick={this.handleSelectStatuses} className={type === 'statuses' ? 'active' : undefined}><FormattedMessage id='search_results.statuses' defaultMessage='Posts' /></button>
|
||||
</div>
|
||||
|
||||
<div className='explore__search-results'>
|
||||
<div className='explore__search-results' data-nosnippet>
|
||||
<ScrollableList
|
||||
scrollKey='search-results'
|
||||
isLoading={isLoading}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue