We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6f447 commit f4bef56Copy full SHA for f4bef56
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