Changed the Panel of the reading to use scroll

This commit is contained in:
Tiago Ribeiro
2023-04-14 17:20:21 +01:00
parent b0c2b3df0e
commit b92922b6cd
2 changed files with 3 additions and 3 deletions

View File

@@ -133,7 +133,7 @@ export default function Page({user}: {user: User}) {
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
</Head>
<main className="w-full h-screen flex flex-col items-center bg-white text-black">
<main className="w-full h-screen flex flex-col items-center bg-neutral-100 text-black">
<ToastContainer />
<Navbar profilePicture={user.profilePicture} />
{renderScreen()}