kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
fix(web): overflow issue
rodzic
1cc072952a
commit
1d73828ce7
|
@ -51,7 +51,7 @@ export default function RootLayout({
|
||||||
<div className='relative w-full min-h-[100vh] flex flex-col items-center'>
|
<div className='relative w-full min-h-[100vh] flex flex-col items-center'>
|
||||||
<Header />
|
<Header />
|
||||||
|
|
||||||
<main className='relative w-full flex-1 flex flex-col items-center gap-16 pt-16 pb-24 px-2 overflow-x-hidden'>
|
<main className='relative w-full flex-1 flex flex-col items-center gap-16 pt-16 pb-24 px-2 overflow-hidden'>
|
||||||
{children}
|
{children}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue