We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 384891f + f4bef56 commit 597e69dCopy full SHA for 597e69d
src/pages/mypage.tsx
@@ -43,7 +43,7 @@ export default function MyPage() {
43
/>
44
<div className="flex flex-col flex-1 overflow-hidden bg-[var(--color-gray5)]">
45
<HeaderMyPage variant="mypage" />
46
- <div className="flex flex-col justify-start w-full px-6 mt-6">
+ <div className="flex flex-col justify-start overflow-auto w-full px-6 mt-6">
47
{/*돌아가기 버튼*/}
48
<div className="flex gap-[8px]">
49
<Image
0 commit comments