🎨 style: add overflow for the content
This commit is contained in:
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>
|
||||
|
Loading…
Reference in New Issue
Block a user