Skip to content

Commit 3794361

Browse files
committed
feat: overflow-auto 클래스 추가
1 parent 737b845 commit 3794361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/main/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function MainPage() {
1313
className='fixed top-[0.6rem] left-0 right-0 z-50 px-[2rem]'
1414
/>
1515

16-
<main className='w-full pt-[6.2rem] flex flex-col gap-4'>
16+
<main className='w-full pt-[6.2rem] flex flex-col gap-4 overflow-auto'>
1717
<section>
1818
<Image
1919
src='/assets/bannerMain.svg'

0 commit comments

Comments
 (0)