mirror of
https://github.com/immich-app/immich.git
synced 2026-03-09 03:37:22 +03:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user