about summary refs log tree commit diff
path: root/src/components/StarterPack/Main/ProfilesList.tsx
diff options
context:
space:
mode:
authorIgor Adrov <nucleartux@gmail.com>2024-09-06 23:32:58 +0200
committerGitHub <noreply@github.com>2024-09-06 16:32:58 -0500
commit00ce95893d9f661a378db002f25def281e433d8b (patch)
treeea3bb630f48de474ecd433270a03288ee5413767 /src/components/StarterPack/Main/ProfilesList.tsx
parentc5faa6034472f241778276a234021fb4eb12f804 (diff)
downloadvoidsky-00ce95893d9f661a378db002f25def281e433d8b.tar.zst
Fix starter packs scroll (#5190)
Diffstat (limited to 'src/components/StarterPack/Main/ProfilesList.tsx')
-rw-r--r--src/components/StarterPack/Main/ProfilesList.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/StarterPack/Main/ProfilesList.tsx b/src/components/StarterPack/Main/ProfilesList.tsx
index 6174bff02..a5c7cd1b7 100644
--- a/src/components/StarterPack/Main/ProfilesList.tsx
+++ b/src/components/StarterPack/Main/ProfilesList.tsx
@@ -40,7 +40,7 @@ export const ProfilesList = React.forwardRef<SectionRef, ProfilesListProps>(
     ref,
   ) {
     const t = useTheme()
-    const bottomBarOffset = useBottomBarOffset(200)
+    const bottomBarOffset = useBottomBarOffset(300)
     const initialNumToRender = useInitialNumToRender()
     const {currentAccount} = useSession()
     const {data, refetch, isError} = useAllListMembersQuery(listUri)