add safearea

This commit is contained in:
2024-08-28 12:05:25 +02:00
parent fb9f525cc3
commit 12dd69b5d7
9 changed files with 764 additions and 735 deletions

View File

@@ -269,7 +269,7 @@ class _PatientAccessRequestState extends State<PatientAccessRequest> {
return Scaffold(
appBar: const MIHAppBar(barTitle: "Access Reviews"),
//drawer: MIHAppDrawer(signedInUser: widget.signedInUser),
body: viewAccessRequest(screenWidth, screenHeight),
body: SafeArea(child: viewAccessRequest(screenWidth, screenHeight)),
);
}
}