bug fixed

This commit is contained in:
daniel31x13
2025-09-24 17:44:40 -04:00
parent fc328f3fd3
commit 80b8029f50

View File

@@ -58,7 +58,7 @@ export default function MainLayout({ children }: Props) {
sidebarIsCollapsed
? "lg:w-[calc(100%-56px)]"
: "lg:w-[calc(100%-320px)]"
} w-full sm:pb-0 pb-20 flex flex-col min-h-screen`}
} w-full sm:pb-0 pb-20 flex flex-col h-screen overflow-y-auto`}
>
<Navbar />
{children}