diff --git a/lib/screens/folder_view.dart b/lib/screens/folder_view.dart index 3a48ee12..31cd1c5f 100644 --- a/lib/screens/folder_view.dart +++ b/lib/screens/folder_view.dart @@ -149,6 +149,7 @@ class _FolderViewState extends State { ), ), ), + extendBody: true, drawer: AppDrawer(), floatingActionButton: createButton, floatingActionButtonLocation: FloatingActionButtonLocation.endDocked,