fix sandbox profile scrolling

This commit is contained in:
2024-12-12 22:17:02 +02:00
parent a6ad7b2d41
commit bc31e306f1

View File

@@ -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: