Fixed responsiveness
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user