Make kanji result scrollable

This commit is contained in:
Oystein Kristoffer Tveit 2020-07-16 22:11:23 +02:00
parent 5c04142c2a
commit e7662a1b88
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class KanjiResultCard extends StatelessWidget {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return Column( return ListView(
children: [ children: [
Container( Container(
margin: EdgeInsets.fromLTRB(20.0, 20.0, 20.0, 30.0), margin: EdgeInsets.fromLTRB(20.0, 20.0, 20.0, 30.0),