Skip to content

Commit

Permalink
(#82) 🎨 design: 최상단 div에서 contents가 overflow될 수 있도록 다시 복구
Browse files Browse the repository at this point in the history
  • Loading branch information
inaemon committed Nov 30, 2024
1 parent 98fcc69 commit 408fcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const MyApp: React.FC<AppProps> = ({ Component, pageProps: { session, ...pagePro

{/*<SessionProvider session={session}>*/}
<StadiumProvider>
<div className="flex flex-col h-screen max-w-[500px] mx-auto overflow-hidden">
<div className="flex flex-col h-screen max-w-[500px] mx-auto ">
{renderComponent()}
</div>
</StadiumProvider>
Expand Down

0 comments on commit 408fcfc

Please sign in to comment.