Refactor: Adminlayout overflow 가능하게 함

This commit is contained in:
정현조 2024-09-26 03:38:16 +09:00
parent 9694787b3a
commit 9598ee0f19

View File

@ -13,7 +13,7 @@ export default function AdminLayout() {
<AdminProjectSidebar />
<ResizablePanel className="flex w-full items-center">
<main className="h-full grow">
<main className="h-full grow overflow-y-auto">
<Outlet />
</main>
</ResizablePanel>