Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop' into 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-audi committed Jul 2, 2021
2 parents 3c8137d + 1d5c3b9 commit 8477480
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class KeysRestoreScreenLayoutForeground extends StatelessWidget {
margin: EdgeInsets.only(left: 3.w),
child: KeysRestoreScreenViewBack(),
),
SingleChildScrollView(
Expanded(child: SingleChildScrollView(
physics: ClampingScrollPhysics(),
child: Column(mainAxisSize: MainAxisSize.min, children: [
Container(
Expand All @@ -44,7 +44,7 @@ class KeysRestoreScreenLayoutForeground extends StatelessWidget {
Container(
margin: EdgeInsets.only(top: 3.h, left: 15.w, right: 15.w),
child: KeysRestoreScreenViewSubmit())
]))
])))
]));
}
}

0 comments on commit 8477480

Please sign in to comment.