Make kanji result scrollable

JST-11
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
Widget build(BuildContext context) {
return Column(
return ListView(
children: [
Container(
margin: EdgeInsets.fromLTRB(20.0, 20.0, 20.0, 30.0),