🎨 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
@@ -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>