Skip to content

Commit

Permalink
final ig
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahan-nub committed Oct 25, 2024
1 parent 7fa298e commit f229f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home/HomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function HomePage() {
})
},[dispatch])
return (
<div className="flex w-screen h-screen max-h-screen">
<div className="flex w-screen h-screen max-h-screen fixed">
{user ? (
<>
<Sidebar></Sidebar>
Expand Down

0 comments on commit f229f23

Please sign in to comment.