Added more Responsive to Mobile Device
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user