diff --git a/lib/pages/parent_categorise_page.dart b/lib/pages/parent_categorise_page.dart index 87b3e53a..326f685f 100644 --- a/lib/pages/parent_categorise_page.dart +++ b/lib/pages/parent_categorise_page.dart @@ -279,7 +279,7 @@ class _ParentCategorisePageState extends State { controller: scrollController, child: Container( color: Colors.white, - height: MediaQuery.of(context).size.height * 1.95, + height: MediaQuery.of(context).size.height * 1.0, child: Column( children: [ Padding( diff --git a/lib/pages/sub_categorise_page.dart b/lib/pages/sub_categorise_page.dart index 94afac3b..0e344f92 100644 --- a/lib/pages/sub_categorise_page.dart +++ b/lib/pages/sub_categorise_page.dart @@ -362,7 +362,7 @@ class _SubCategorisePageState extends State { height: MediaQuery.of(context) .size .height * - 1.95, + 1.0, child: Column( children: [ Padding(