]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix followers and followings on account profiles
authorThibG <thib@sitedethib.com>
Wed, 12 Dec 2018 21:32:44 +0000 (22:32 +0100)
committerThibG <thib@sitedethib.com>
Sun, 21 Jul 2019 18:57:42 +0000 (20:57 +0200)
Partial fix from 55abff8af75b9a8ab541ec68a3603c77e1339e23

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/features/followers/index.js
app/javascript/flavours/glitch/features/following/index.js

index b0a9efc2122cd4b6f402f317d8fc21405cbdf92c..704e0c92e000b187c00a0c721d9f73a03ab1d9e7 100644 (file)
@@ -105,7 +105,6 @@ export default class Followers extends ImmutablePureComponent {
           shouldUpdateScroll={this.shouldUpdateScroll}
           prepend={<HeaderContainer accountId={this.props.params.accountId} hideTabs />}
           alwaysPrepend
-          alwaysShowScrollbar
           emptyMessage={emptyMessage}
         >
           {accountIds.map(id =>
index baf3730d94516dc410c6ac40a17d83efc0a9d307..46cc773e7bf94c7b53e7fd2d3dd1e619d52ba549 100644 (file)
@@ -100,7 +100,6 @@ export default class Following extends ImmutablePureComponent {
           shouldUpdateScroll={this.shouldUpdateScroll}
           prepend={<HeaderContainer accountId={this.props.params.accountId} hideTabs />}
           alwaysPrepend
-          alwaysShowScrollbar
           emptyMessage={emptyMessage}
         >
           {accountIds.map(id =>