fix(mobile): make elements scrollable to avoid overflow in landscale (#7933)

fix(mobile): make elements scrollable to avoid overflow in landscape
This commit is contained in:
thielepaul
2024-03-14 13:28:18 +01:00
committed by GitHub
parent 2f78bff97c
commit 428b7b0c4e
5 changed files with 14 additions and 13 deletions

View File

@@ -211,8 +211,8 @@ class AlbumViewerAppbar extends HookConsumerWidget
return SafeArea(
child: Padding(
padding: const EdgeInsets.only(top: 24.0),
child: Column(
mainAxisSize: MainAxisSize.min,
child: ListView(
shrinkWrap: true,
children: [
...buildBottomSheetActions(),
if (onAddPhotos != null) ...commonActions,