diff --git a/frontend/appflowy_flutter/lib/mobile/presentation/database/field/bottom_sheet_create_field.dart b/frontend/appflowy_flutter/lib/mobile/presentation/database/field/bottom_sheet_create_field.dart index 140b193ef7..c4de614318 100644 --- a/frontend/appflowy_flutter/lib/mobile/presentation/database/field/bottom_sheet_create_field.dart +++ b/frontend/appflowy_flutter/lib/mobile/presentation/database/field/bottom_sheet_create_field.dart @@ -90,14 +90,18 @@ void showQuickEditField( ) async { showMobileBottomSheet( context, - isScrollControlled: true, padding: EdgeInsets.zero, backgroundColor: Theme.of(context).colorScheme.secondaryContainer, - constraints: const BoxConstraints(maxHeight: 500), + resizeToAvoidBottomInset: true, builder: (context) { - return QuickEditField( - viewId: viewId, - fieldInfo: fieldInfo, + return ConstrainedBox( + constraints: const BoxConstraints(maxHeight: 500), + child: SingleChildScrollView( + child: QuickEditField( + viewId: viewId, + fieldInfo: fieldInfo, + ), + ), ); }, ); diff --git a/frontend/resources/flowy_icons/16x/delete_red.svg b/frontend/resources/flowy_icons/16x/delete_red.svg deleted file mode 100644 index 0f3f4cca2f..0000000000 --- a/frontend/resources/flowy_icons/16x/delete_red.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - -