Added more Responsive to Mobile Device

This commit is contained in:
2026-02-16 19:03:56 +01:00
parent 1ec4c935c9
commit d2df24106c
10 changed files with 744 additions and 391 deletions

View File

@@ -489,7 +489,7 @@ export default function DashboardLayout({ user, children }: DashboardLayoutProps
</header>
{/* Page Content */}
<main className="flex-1 overflow-auto">
<main className="flex-1 overflow-x-hidden overflow-y-auto min-w-0">
{children}
</main>
</div>