adjust feed scroll bar top offset (#6940)
Co-authored-by: skipness <ckhf@proton.me>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user