fix: scroll view
This commit is contained in:
parent
4229a405fd
commit
788e58e417
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ class _SetupEnterSecretKeyPageState extends State<SetupEnterSecretKeyPage> {
|
|||
appBar: AppBar(
|
||||
title: Text(l10n.importAccountPageTitle),
|
||||
),
|
||||
body: SafeArea(
|
||||
child: Center(
|
||||
body: Center(
|
||||
child: SingleChildScrollView(
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(vertical: 40.0, horizontal: 40),
|
||||
child: Column(
|
||||
|
|
Loading…
Reference in a new issue