mod: 评论区顶部固定

This commit is contained in:
orz12
2024-03-22 00:48:35 +08:00
parent ab11308c3c
commit 3b6068fced

View File

@@ -132,8 +132,8 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
key: const PageStorageKey<String>('评论'),
slivers: <Widget>[
SliverPersistentHeader(
pinned: false,
floating: true,
pinned: true,
floating: false,
delegate: _MySliverPersistentHeaderDelegate(
child: Container(
height: 45,