Refactor: Adminlayout overflow 가능하게 함
This commit is contained in:
parent
9694787b3a
commit
9598ee0f19
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user