diff --git a/lib/view/employees/manage_reporting_bottom_sheet.dart b/lib/view/employees/manage_reporting_bottom_sheet.dart index 806c739..3658c2e 100644 --- a/lib/view/employees/manage_reporting_bottom_sheet.dart +++ b/lib/view/employees/manage_reporting_bottom_sheet.dart @@ -399,7 +399,7 @@ class _ManageReportingBottomSheetState final safeWrappedContent = SafeArea( child: SingleChildScrollView( padding: EdgeInsets.only( - bottom: MediaQuery.of(context).viewPadding.bottom + 20, + bottom: 8, left: 16, right: 16, top: 8,