🐛 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),
|
||||
GridView.count(
|
||||
shrinkWrap: true,
|
||||
physics: const NeverScrollableScrollPhysics(),
|
||||
childAspectRatio:
|
||||
(screenWidth - 32 - (10 * (cols - 1))) / cardHeight / cols,
|
||||
crossAxisCount: cols,
|
||||
|
Reference in New Issue
Block a user