fix: unskip all E2E tests, fix L4 empty state and analytics mobile overflow

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
fuomag9
2026-03-23 08:30:25 +01:00
parent 2d081372f0
commit 452bb6eb78
3 changed files with 5 additions and 5 deletions

View File

@@ -174,7 +174,7 @@ export default function DashboardLayoutClient({ user, children }: { user: User;
</Sheet>
{/* Main content */}
<main className="flex-1 md:ml-64 mt-12 md:mt-0">
<main className="flex-1 md:ml-64 mt-12 md:mt-0 overflow-x-hidden">
<div className="max-w-screen-xl mx-auto px-4 md:px-8 py-6">
{children}
</div>