diff --git a/lib/selection_dialog.dart b/lib/selection_dialog.dart index 176d0ee2..17d5edab 100644 --- a/lib/selection_dialog.dart +++ b/lib/selection_dialog.dart @@ -100,6 +100,8 @@ class _SelectionDialogState extends State { ), Expanded( child: ListView( + padding: EdgeInsets.only( + bottom: MediaQuery.of(context).viewInsets.bottom), children: [ widget.favoriteElements.isEmpty ? const DecoratedBox(decoration: BoxDecoration())