Fix pop up windows with input. make more dynamic
This commit is contained in:
parent
7f2367a9ce
commit
7111ad3600
10 changed files with 271 additions and 230 deletions
|
|
@ -155,7 +155,7 @@ class _BuildEmployeeListState extends State<BuildEmployeeList> {
|
|||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
width: 5.0),
|
||||
),
|
||||
child: Padding(
|
||||
child: SingleChildScrollView(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ class _BuildUserListState extends State<BuildUserList> {
|
|||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
width: 5.0),
|
||||
),
|
||||
child: Padding(
|
||||
child: SingleChildScrollView(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 10),
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue