Fix scroll shift caused by fetch-all-replies alerts (#36807)
This commit is contained in:
parent
30103fd2c8
commit
9eea4479e1
2 changed files with 18 additions and 10 deletions
|
|
@ -295,7 +295,7 @@ export const RefreshController: React.FC<{
|
|||
if (loadingState === 'loading') {
|
||||
return (
|
||||
<div
|
||||
className='load-more load-gap'
|
||||
className='load-more load-more--large'
|
||||
aria-busy
|
||||
aria-live='polite'
|
||||
aria-label={intl.formatMessage(messages.loadingInitial)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue