From 68e80aa7be06b2b35f9a4236d62017bb98ce3d2d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 2 Jun 2022 20:37:05 -0500 Subject: [PATCH] ScrollableList: nuke the overscan --- app/soapbox/components/scrollable_list.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/soapbox/components/scrollable_list.tsx b/app/soapbox/components/scrollable_list.tsx index 510f186af..efdfc1043 100644 --- a/app/soapbox/components/scrollable_list.tsx +++ b/app/soapbox/components/scrollable_list.tsx @@ -215,7 +215,6 @@ const ScrollableList = React.forwardRef(({ Item, Footer: loadMore, }} - overscan={{ main: 200, reverse: 200 }} /> );