Fixed responsiveness

This commit is contained in:
litoral05
2026-05-12 11:59:54 +01:00
parent 7c04ea5b2e
commit 17364e23d3
12 changed files with 1240 additions and 1166 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export function AppShell({
onLogout={onLogout}
/>
<main className="flex-1 overflow-hidden p-4">
<main className="min-w-0 flex-1 overflow-auto p-4">
{children}
</main>
</div>