overflow fix
This commit is contained in:
parent
3039083bd9
commit
10fb108f5a
@ -20,7 +20,7 @@ export default function AppLayout({ children }: { children: React.ReactNode }) {
|
||||
{/* Sidebar */}
|
||||
<Sidebar />
|
||||
<div className="relative flex flex-1 shrink-0 grow justify-center overflow-x-hidden">
|
||||
<div className="flex-1 pb-5">{children}</div>
|
||||
<div className="flex-1 overflow-x-hidden pb-5">{children}</div>
|
||||
</div>
|
||||
{/* Mobile Banner */}
|
||||
<MobileBanner />
|
||||
|
Loading…
x
Reference in New Issue
Block a user