diff --git a/frontend/src/components/pc/admin/layout/Layout.jsx b/frontend/src/components/pc/admin/layout/Layout.jsx index 3b5446a..638135a 100644 --- a/frontend/src/components/pc/admin/layout/Layout.jsx +++ b/frontend/src/components/pc/admin/layout/Layout.jsx @@ -34,14 +34,14 @@ function AdminLayout({ user, children }) { return ( isSchedulePage ? ( - +
{children}
) : ( - +
{children}
diff --git a/frontend/src/components/pc/public/layout/Layout.jsx b/frontend/src/components/pc/public/layout/Layout.jsx index 1b40ba7..c1655ff 100644 --- a/frontend/src/components/pc/public/layout/Layout.jsx +++ b/frontend/src/components/pc/public/layout/Layout.jsx @@ -38,7 +38,7 @@ function Layout({ children }) { // 헤더까지 함께 가로 스크롤됨(줄바꿈 방지). 헤더는 sticky top-0이라 세로 스크롤 시 고정. return isSchedulePage ? ( // 일정 페이지: 세로는 내부에서 처리, 가로 스크롤만 - +
@@ -48,7 +48,7 @@ function Layout({ children }) { ) : ( // 그 외: 가로+세로 오버레이 스크롤. 세로바는 뷰포트 끝에 항상 보임. - +