From bc31e306f18d3c6061ab8d60cd3d14036febacd4 Mon Sep 17 00:00:00 2001 From: yaso Date: Thu, 12 Dec 2024 22:17:02 +0200 Subject: [PATCH] fix sandbox profile scrolling --- Frontend/lib/mih_packages/authentication/signin.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/lib/mih_packages/authentication/signin.dart b/Frontend/lib/mih_packages/authentication/signin.dart index ae3713c9..66fef97a 100644 --- a/Frontend/lib/mih_packages/authentication/signin.dart +++ b/Frontend/lib/mih_packages/authentication/signin.dart @@ -545,7 +545,7 @@ class _SignInState extends State { //mainAxisSize: MainAxisSize.max, children: [ GridView.builder( - // physics: , + physics: const NeverScrollableScrollPhysics(), shrinkWrap: true, itemCount: sandboxProfileList.length, gridDelegate: