Skip to content

Commit c95649f

Browse files
committed
Login 2 Landscape Fixed
1 parent 13e420d commit c95649f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lib/ui/page/login/login_two_page.dart

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ class LoginTwoPage extends StatelessWidget {
1212
);
1313
}
1414

15-
loginBody() => Column(
16-
mainAxisAlignment: MainAxisAlignment.spaceAround,
17-
children: <Widget>[loginHeader(), loginFields()],
15+
loginBody() => SingleChildScrollView(
16+
child: Column(
17+
mainAxisAlignment: MainAxisAlignment.spaceAround,
18+
children: <Widget>[loginHeader(), loginFields()],
19+
),
1820
);
1921

2022
loginHeader() => Column(

0 commit comments

Comments
 (0)