diff --git a/mobile/lib/modules/home/views/home_page.dart b/mobile/lib/modules/home/views/home_page.dart index 7bb1dbb828..e532bf7e5a 100644 --- a/mobile/lib/modules/home/views/home_page.dart +++ b/mobile/lib/modules/home/views/home_page.dart @@ -117,7 +117,7 @@ class HomePage extends HookConsumerWidget { ], ), Padding( - padding: const EdgeInsets.only(top: 60.0, bottom: 30.0), + padding: const EdgeInsets.only(top: 60.0, bottom: 0.0), child: DraggableScrollbar.semicircle( backgroundColor: Theme.of(context).hintColor, controller: scrollController,