mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(mobile): search picker overflow (#10870)
This commit is contained in:
parent
7bde19d842
commit
b25642b889
2 changed files with 8 additions and 8 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue