mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 06:07:57 -06:00
Fixed FABs stacking on form fields, some other minor improvements
This commit is contained in:
@@ -122,9 +122,7 @@ class _DocumentsPageState extends State<DocumentsPage> {
|
||||
controller: _panelController,
|
||||
defaultPanelState: PanelState.CLOSED,
|
||||
minHeight: 48,
|
||||
maxHeight: MediaQuery.of(context).size.height -
|
||||
kBottomNavigationBarHeight -
|
||||
2 * kToolbarHeight,
|
||||
maxHeight: MediaQuery.of(context).size.height - kBottomNavigationBarHeight,
|
||||
borderRadius: const BorderRadius.only(
|
||||
topLeft: Radius.circular(16),
|
||||
topRight: Radius.circular(16),
|
||||
|
||||
Reference in New Issue
Block a user