Skip to content

Commit

Permalink
fix: questions overlap footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhil56x committed May 13, 2024
1 parent 847e4a1 commit d569c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/questions/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export default async function Home({
</DropdownMenu>
</div>
</div>
<div className="w-full m-auto">
<div className="w-full m-auto max-h-[calc(90vh-200px)] overflow-y-auto">
<div className="space-y-4 w-full">
{response?.data?.map((post) => (
<PostCard
Expand Down

0 comments on commit d569c7c

Please sign in to comment.