스크롤두개문제 해결, 헤더 없애기 구현
This commit is contained in:
@@ -457,7 +457,7 @@ function AppLayoutInner({ children }: AppLayoutProps) {
|
||||
</aside>
|
||||
|
||||
{/* 가운데 컨텐츠 영역 - overflow 문제 해결 */}
|
||||
<main className="min-w-0 flex-1 overflow-auto bg-white">{children}</main>
|
||||
<main className="min-w-0 flex-1 bg-white">{children}</main>
|
||||
</div>
|
||||
|
||||
{/* 프로필 수정 모달 */}
|
||||
|
||||
Reference in New Issue
Block a user