Skip to content
Snippets Groups Projects
Commit 1a8b08ec authored by Matt Kirby's avatar Matt Kirby
Browse files

visual bug fixed

parent a46cf578
No related branches found
No related tags found
1 merge request!33Fix visual bug with the feed posts overlapping
......@@ -38,7 +38,7 @@ const Feed = () => {
};
return (
<div className="w-full h-screen flex flex-col">
<div className="w-full min-h-screen flex flex-col">
<div className="">
<NavBar user={user} rehydrateFeed={() => setRehydrateFeed(true)} />
</div>
......
......@@ -55,7 +55,7 @@ const Profile = () => {
return (
<>
<title>Profile</title>
<div className="w-full h-screen flex flex-col">
<div className="w-full min-h-screen flex flex-col">
<div className="w-full">
<NavBar user={user} />
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment