This commit is contained in:
Dain Nilsson 2022-02-11 10:34:10 +01:00
commit ea5c0ea363
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8

View File

@ -25,6 +25,7 @@ class MainPageDrawer extends ConsumerWidget {
return Drawer(
child: ListView(
primary: false, //Prevents conflict with the MainPage scroll view.
children: [
Padding(
padding: const EdgeInsets.all(12.0),