diff --git a/lib/utils/adaptive_bottom_sheet.dart b/lib/utils/adaptive_bottom_sheet.dart index db9a11ede..b39535fbf 100644 --- a/lib/utils/adaptive_bottom_sheet.dart +++ b/lib/utils/adaptive_bottom_sheet.dart @@ -40,6 +40,7 @@ Future showAdaptiveBottomSheet({ return showModalBottomSheet( context: context, + useSafeArea: true, builder: (context) => Padding( padding: EdgeInsets.zero, child: ClipRRect(