An ATproto social media client -- with an independent Appview.

adjust feed scroll bar top offset (#6940)

Co-authored-by: skipness <ckhf@proton.me>

authored by

Foster
skipness
and committed by
GitHub
0ee20731 4582a9cf

+1 -1
+1 -1
src/view/com/util/List.tsx
··· 151 151 return ( 152 152 <FlatList_INTERNAL 153 153 {...props} 154 - scrollIndicatorInsets={{right: 1}} 154 + scrollIndicatorInsets={{top: headerOffset, right: 1}} 155 155 contentOffset={contentOffset} 156 156 refreshControl={refreshControl} 157 157 onScroll={scrollHandler}