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.
2 parents d45d23f + 9b6f447 commit ea70a69Copy full SHA for ea70a69
src/pages/mypage.tsx
@@ -41,9 +41,9 @@ export default function MyPage() {
41
dashboardList={dashboards}
42
onCreateDashboard={() => fetchDashboards()}
43
/>
44
- <div className="flex flex-col flex-1 bg-[var(--color-gray5)]">
+ <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 overflow-auto w-full px-6 mt-6">
+ <div className="flex flex-col justify-start w-full px-6 mt-6">
47
{/*돌아가기 버튼*/}
48
<div className="flex gap-[8px]">
49
<Image
0 commit comments