Skip to content

Commit 597e69d

Browse files
authored
Merge pull request #173 from part3-4team-Taskify/feature/Gnb
[Fix] mypage: 세로 스크롤 추가
2 parents 384891f + f4bef56 commit 597e69d

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)