fix: 添加列表强制滚动

This commit is contained in:
orz12
2024-03-07 10:53:02 +08:00
parent f29d141561
commit e2651f3c82
14 changed files with 66 additions and 44 deletions

View File

@@ -109,6 +109,7 @@ class _VideoReplyReplyPanelState extends State<VideoReplyReplyPanel> {
},
child: CustomScrollView(
controller: _videoReplyReplyController.scrollController,
physics: const AlwaysScrollableScrollPhysics(),
slivers: <Widget>[
if (widget.firstFloor != null) ...[
// const SliverToBoxAdapter(child: SizedBox(height: 10)),