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

moves scrollbar to side of span card
This commit is contained in:
ggurdin 2024-10-15 13:39:32 -04:00 committed by GitHub
commit 16eb1606a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)