Fix double scroll bars in some columns in advanced interface (#27187)

This commit is contained in:
Claire
2023-10-03 13:12:39 +02:00
committed by GitHub
parent ceb365c419
commit 37bbd3c106
8 changed files with 62 additions and 69 deletions
@@ -52,7 +52,7 @@ class Links extends PureComponent {
}
return (
<div className='explore__links'>
<div className='explore__links scrollable' data-nosnippet>
{banner}
{isLoading ? (<LoadingIndicator />) : links.map((link, i) => (