diff --git a/lib/screens/posts/post_detail.dart b/lib/screens/posts/post_detail.dart index fca6cbb..2716f64 100644 --- a/lib/screens/posts/post_detail.dart +++ b/lib/screens/posts/post_detail.dart @@ -63,6 +63,9 @@ class _PostDetailScreenState extends State { ).paddingOnly(left: 24, right: 24, top: 16), ), PostReplyList(item: item!), + SliverToBoxAdapter( + child: SizedBox(height: MediaQuery.of(context).padding.bottom), + ), ], ); },