Skip to content

Commit

Permalink
fixing render overflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dante291 committed Nov 26, 2023
1 parent 7626f79 commit 38da856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/pinned_post.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class PinnedPost extends StatelessWidget {
return Container(
child: pinnedPosts.isNotEmpty
? SizedBox(
height: SizeConfig.screenHeight! * 0.25,
height: SizeConfig.screenHeight! * 0.28,
child: ListView.builder(
itemCount: pinnedPosts.length,
shrinkWrap: true,
Expand Down

0 comments on commit 38da856

Please sign in to comment.