about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/follow_recommendations/index.js
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-05-11 21:16:24 +0200
committerClaire <claire.github-309c@sitedethib.com>2021-05-12 11:08:37 +0200
commit671a95c545bf7b47d74e1021b76d17bbf44cc5cc (patch)
tree705571dd7a856c57f23dfd02917c115a887ca525 /app/javascript/flavours/glitch/features/follow_recommendations/index.js
parent67c2c0a41e7f0837c1f2b3df72f0cb308c3daee4 (diff)
[Glitch] Fix follow recommendations UI in advanced layout
Port 4f747d9f8355f5b226ae29b8d63bd83e3886db58 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/features/follow_recommendations/index.js')
-rw-r--r--app/javascript/flavours/glitch/features/follow_recommendations/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/follow_recommendations/index.js b/app/javascript/flavours/glitch/features/follow_recommendations/index.js
index 8165c39a9..fee4d8757 100644
--- a/app/javascript/flavours/glitch/features/follow_recommendations/index.js
+++ b/app/javascript/flavours/glitch/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>