feat: 화면관리 시스템 UI 컴포넌트 개선 및 스키마 업데이트
This commit is contained in:
@@ -230,6 +230,7 @@ export const EditModal: React.FC<EditModalProps> = ({
|
||||
minHeight: dynamicSize.height,
|
||||
maxWidth: "95vw",
|
||||
maxHeight: "95vh",
|
||||
zIndex: 9999, // 모든 컴포넌트보다 위에 표시
|
||||
}}
|
||||
>
|
||||
<DialogHeader className="sr-only">
|
||||
|
||||
Reference in New Issue
Block a user