From 4db3ccbec7bbe9659911ce09db23320d3f0ab2eb Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 1 Apr 2025 11:33:31 -0500 Subject: Fix suggested follows scrolling (#8036) --- src/components/FeedInterstitials.tsx | 58 +++++++++++++++++++----------------- 1 file changed, 30 insertions(+), 28 deletions(-) (limited to 'src/components/FeedInterstitials.tsx') diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index eafed25e5..6ecc3f5a8 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -360,35 +360,37 @@ export function ProfileGrid({ ) : ( - - - {content} - - - - + + + + + )} -- cgit 1.4.1