forked from yaso_meth/mih-project
fix sandbox profile scrolling
This commit is contained in:
@@ -545,7 +545,7 @@ class _SignInState extends State<SignIn> {
|
||||
//mainAxisSize: MainAxisSize.max,
|
||||
children: [
|
||||
GridView.builder(
|
||||
// physics: ,
|
||||
physics: const NeverScrollableScrollPhysics(),
|
||||
shrinkWrap: true,
|
||||
itemCount: sandboxProfileList.length,
|
||||
gridDelegate:
|
||||
|
||||
Reference in New Issue
Block a user