@ -13,7 +13,8 @@ class SettingPage extends StatelessWidget {
appBarColor: Color(0xff30B7B9),
arrowColor: Colors.white,
titleColor: Colors.white,
body: Column(
body: SingleChildScrollView(
child: Column(
children: <Widget>[
Container(
width: double.infinity,
@ -122,6 +123,7 @@ class SettingPage extends StatelessWidget {
),
],
);
}