about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/view/com/util/List.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/List.tsx b/src/view/com/util/List.tsx
index 8176d0b43..31fd0aa1d 100644
--- a/src/view/com/util/List.tsx
+++ b/src/view/com/util/List.tsx
@@ -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}