From 60ac9054328bc65cd3ce0700d77974e4acc23ee4 Mon Sep 17 00:00:00 2001 From: 12henbx Date: Sun, 3 Dec 2023 23:20:38 +0700 Subject: [PATCH] set height material list --- .../material/menu/presentation/pages/material_menu.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/features/material/menu/presentation/pages/material_menu.dart b/app/lib/features/material/menu/presentation/pages/material_menu.dart index 510028c..8aafec3 100644 --- a/app/lib/features/material/menu/presentation/pages/material_menu.dart +++ b/app/lib/features/material/menu/presentation/pages/material_menu.dart @@ -214,7 +214,7 @@ class _MaterialMenuState extends State { } var displayEmpty = true; - final boxHeight = MediaQuery.of(context).size.height - 474; + final boxHeight = MediaQuery.of(context).size.height - 456; // TODO: set the safe number to be the box height return SingleChildScrollView( child: SizedBox( height: boxHeight,