Skip to content

Commit

Permalink
fix footer issue when content is less
Browse files Browse the repository at this point in the history
  • Loading branch information
Jai-Marothiya committed Aug 16, 2024
1 parent 67041a0 commit 8c55c98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/UserView/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const Dashboard = ({ setLoading }) => {
pb: 10,
pt: { xs: 6, md: 0 },
justifyContent: "space-between",
minHeight: { xs: "65vh", sm: "70vh", md: "" },
}}
>
{isLargeScreen && <FilterSidebar />}
Expand Down

0 comments on commit 8c55c98

Please sign in to comment.