adjust feed scroll bar top offset (#6940)

Co-authored-by: skipness <ckhf@proton.me>
This commit is contained in:
Foster
2024-12-04 16:42:15 -05:00
committed by GitHub
parent 4582a9cf1f
commit 0ee20731d4
+1 -1
View File
@@ -151,7 +151,7 @@ let List = React.forwardRef<ListMethods, ListProps>(
return (
<FlatList_INTERNAL
{...props}
scrollIndicatorInsets={{right: 1}}
scrollIndicatorInsets={{top: headerOffset, right: 1}}
contentOffset={contentOffset}
refreshControl={refreshControl}
onScroll={scrollHandler}