From 9becee9a85041df0b24d360d1f6a254a19631990 Mon Sep 17 00:00:00 2001 From: ashilkn Date: Thu, 7 Nov 2024 22:09:03 +0530 Subject: [PATCH] [mob][photos] Remove unnecessary clipping --- .../viewer/hierarchicial_search/filter_options_bottom_sheet.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/lib/ui/viewer/hierarchicial_search/filter_options_bottom_sheet.dart b/mobile/lib/ui/viewer/hierarchicial_search/filter_options_bottom_sheet.dart index ff0a5f2cd6..bd9c245ed9 100644 --- a/mobile/lib/ui/viewer/hierarchicial_search/filter_options_bottom_sheet.dart +++ b/mobile/lib/ui/viewer/hierarchicial_search/filter_options_bottom_sheet.dart @@ -33,6 +33,7 @@ class _FilterOptionsBottomSheetState extends State { @override Widget build(BuildContext context) { return SingleChildScrollView( + clipBehavior: Clip.none, child: Padding( padding: const EdgeInsets.symmetric(vertical: 16), child: SizedBox(