diff --git a/lib/ui/notification/update/change_log_page.dart b/lib/ui/notification/update/change_log_page.dart index c969f6306..6156c0894 100644 --- a/lib/ui/notification/update/change_log_page.dart +++ b/lib/ui/notification/update/change_log_page.dart @@ -185,6 +185,7 @@ class _ChangeLogPageState extends State { thumbVisibility: true, thickness: 2.0, child: ListView.builder( + physics: const BouncingScrollPhysics(), itemBuilder: (context, index) { return Padding( padding: const EdgeInsets.only(right: 16.0),