/* 앱 전용 오버라이드 — 디자인 시스템 동기화에 덮이지 않는 파일 */

/* Dialog/ConfirmDialog: 페이지(스크롤 전체)가 아니라 현재 뷰포트 기준으로 중앙 배치 */
div[role="dialog"] {
  position: fixed !important;
}
