mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 03:19:11 +08:00
FolderView: Do not clip the body by the bottomNavigationBar
It looks weird as sometimes there is a grey border otherwise.
This commit is contained in:
@ -149,6 +149,7 @@ class _FolderViewState extends State<FolderView> {
|
||||
),
|
||||
),
|
||||
),
|
||||
extendBody: true,
|
||||
drawer: AppDrawer(),
|
||||
floatingActionButton: createButton,
|
||||
floatingActionButtonLocation: FloatingActionButtonLocation.endDocked,
|
||||
|
Reference in New Issue
Block a user