🐛 Fix scroll of grid view on mobile
This commit is contained in:
@ -26,6 +26,7 @@ class _MixingTabState extends State<MixingTab> {
|
|||||||
const SizedBox(height: 10),
|
const SizedBox(height: 10),
|
||||||
GridView.count(
|
GridView.count(
|
||||||
shrinkWrap: true,
|
shrinkWrap: true,
|
||||||
|
physics: const NeverScrollableScrollPhysics(),
|
||||||
childAspectRatio:
|
childAspectRatio:
|
||||||
(screenWidth - 32 - (10 * (cols - 1))) / cardHeight / cols,
|
(screenWidth - 32 - (10 * (cols - 1))) / cardHeight / cols,
|
||||||
crossAxisCount: cols,
|
crossAxisCount: cols,
|
||||||
|
Reference in New Issue
Block a user