Merge pull request #746 from pangeachat/span-card-scrollbar
moves scrollbar to side of span card
This commit is contained in:
commit
16eb1606a6
1 changed files with 1 additions and 0 deletions
|
|
@ -245,6 +245,7 @@ class WordMatchContent extends StatelessWidget {
|
|||
controller: scrollController,
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||
children: [
|
||||
// const SizedBox(height: 10.0),
|
||||
// if (matchCopy.description != null)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue