Merge pull request #746 from pangeachat/span-card-scrollbar

moves scrollbar to side of span card
pull/1423/head
ggurdin 1 year ago committed by GitHub
commit 16eb1606a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save