diff --git a/src/shared/constants/planSections.ts b/src/shared/constants/planSections.ts index ab17fe9..7adab80 100644 --- a/src/shared/constants/planSections.ts +++ b/src/shared/constants/planSections.ts @@ -5,7 +5,8 @@ export const PLAN_SECTIONS = [ { id: 'content-calendar', label: '콘텐츠 캘린더' }, { id: 'asset-collection', label: '에셋 수집' }, { id: 'repurposing-proposal', label: '리퍼포징 제안' }, - { id: 'workflow-tracker', label: '제작 파이프라인' }, + // { id: 'workflow-tracker', label: '제작 파이프라인' }, // plan에서 미포함 + { id: 'my-asset-upload', label: '나의 소재' }, // 성과 기반 전략 조정 — 본 차수 미포함, 후속 모듈 이관 // { id: 'strategy-adjustment', label: '전략 조정' }, diff --git a/src/styles/custom.css b/src/styles/custom.css index 0f14b20..caf8abb 100644 --- a/src/styles/custom.css +++ b/src/styles/custom.css @@ -78,6 +78,10 @@ [data-report-nav], [data-plan-nav], [data-cta-card], + [data-radix-popper-content-wrapper], + [role="menu"], + [role="dialog"], + [role="tooltip"], nav { display: none !important; }