add scrolling
This commit is contained in:
@@ -127,7 +127,8 @@ class _MihAccessRequestState extends State<MihAccessRequest> {
|
||||
}
|
||||
|
||||
Widget getBody() {
|
||||
return Column(
|
||||
return SingleChildScrollView(
|
||||
child: Column(
|
||||
children: [
|
||||
const Text(
|
||||
"Access List",
|
||||
@@ -208,8 +209,9 @@ class _MihAccessRequestState extends State<MihAccessRequest> {
|
||||
"$errorCode: Error pulling Patients Data\n$baseUrl/queue/patients/\n$errorBody",
|
||||
style: TextStyle(
|
||||
fontSize: 25,
|
||||
color:
|
||||
MzanziInnovationHub.of(context)!.theme.errorColor()),
|
||||
color: MzanziInnovationHub.of(context)!
|
||||
.theme
|
||||
.errorColor()),
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
);
|
||||
@@ -217,6 +219,7 @@ class _MihAccessRequestState extends State<MihAccessRequest> {
|
||||
},
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user