mirror of
https://github.com/immich-app/immich.git
synced 2025-12-10 21:53:45 +09:00
fix(mobile): search picker overflow (#10870)
This commit is contained in:
@@ -38,10 +38,7 @@ class FilterBottomSheetScaffold extends StatelessWidget {
|
||||
style: context.textTheme.headlineSmall,
|
||||
),
|
||||
),
|
||||
Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 16),
|
||||
child: buildChildWidget(),
|
||||
),
|
||||
buildChildWidget(),
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
child: Row(
|
||||
|
||||
Reference in New Issue
Block a user