화면 좌우 맞추기
This commit is contained in:
@@ -470,7 +470,7 @@ function AppLayoutInner({ children }: AppLayoutProps) {
|
||||
|
||||
{/* 가운데 컨텐츠 영역 - 스크롤 가능 */}
|
||||
<main className="h-[calc(100vh-3.5rem)] min-w-0 flex-1 overflow-auto bg-white">
|
||||
<div className="h-full w-full p-4">{children}</div>
|
||||
{children}
|
||||
</main>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user