Skip to content

Commit f4bef56

Browse files
committed
[Fix] 세로 스크롤 추가
1 parent 9b6f447 commit f4bef56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/mypage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function MyPage() {
4343
/>
4444
<div className="flex flex-col flex-1 overflow-hidden bg-[var(--color-gray5)]">
4545
<HeaderMyPage variant="mypage" />
46-
<div className="flex flex-col justify-start w-full px-6 mt-6">
46+
<div className="flex flex-col justify-start overflow-auto w-full px-6 mt-6">
4747
{/*돌아가기 버튼*/}
4848
<div className="flex gap-[8px]">
4949
<Image

0 commit comments

Comments
 (0)