🎨 style: add overflow for the content

This commit is contained in:
Wahyu Kurniawan 2024-03-08 12:44:48 +07:00
parent 1d96f6430f
commit 32305cedbc
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -72,7 +72,7 @@ const ProjectSearch = () => {
</div>
{/* Content */}
<section className="h-full z-0">
<section className="h-full z-0 overflow-y-auto">
<Outlet />
</section>
</section>