diff --git a/lib/ui/notification/update/change_log_page.dart b/lib/ui/notification/update/change_log_page.dart index c969f6306b7a21c1c88bf04356cb4ce9cd16bcc4..6156c08946c019f5fc8a507de230dea7ad946165 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),