about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/follow_recommendations/index.js
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-05-11 21:16:24 +0200
committerGitHub <noreply@github.com>2021-05-11 21:16:24 +0200
commit4f747d9f8355f5b226ae29b8d63bd83e3886db58 (patch)
tree5eeb9410e2b2ead90c827b6157592cb4a7fabae5 /app/javascript/mastodon/features/follow_recommendations/index.js
parent0464240f196ff7f98b887c23fd7905be8dc432dd (diff)
Fix follow recommendations UI in advanced layout (#16215)
Diffstat (limited to 'app/javascript/mastodon/features/follow_recommendations/index.js')
-rw-r--r--app/javascript/mastodon/features/follow_recommendations/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/features/follow_recommendations/index.js b/app/javascript/mastodon/features/follow_recommendations/index.js
index a35ff3e82..26c8b2471 100644
--- a/app/javascript/mastodon/features/follow_recommendations/index.js
+++ b/app/javascript/mastodon/features/follow_recommendations/index.js
@@ -76,7 +76,7 @@ class FollowRecommendations extends ImmutablePureComponent {
 
     return (
       <Column>
-        <div className='scrollable'>
+        <div className='scrollable follow-recommendations-container'>
           <div className='column-title'>
             <Logo />
             <h3><FormattedMessage id='follow_recommendations.heading' defaultMessage="Follow people you'd like to see posts from! Here are some suggestions." /></h3>