diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-17 07:06:52 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-17 07:06:52 +0000 |
| commit | 1532c1bf4a3236ce9056f33e51ddfebeff79ed5a (patch) | |
| tree | c3f3c43d0f73c4b7df4e34e9b1aa308604c562c9 /components/vendor-regular-registrations | |
| parent | a5be73b70e7d8e6be1724252e6923c664c3771f4 (diff) | |
(최겸) 구매 피드백 처리
Diffstat (limited to 'components/vendor-regular-registrations')
| -rw-r--r-- | components/vendor-regular-registrations/document-status-dialog.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/vendor-regular-registrations/document-status-dialog.tsx b/components/vendor-regular-registrations/document-status-dialog.tsx index 3073a651..5efee64e 100644 --- a/components/vendor-regular-registrations/document-status-dialog.tsx +++ b/components/vendor-regular-registrations/document-status-dialog.tsx @@ -229,8 +229,8 @@ export function DocumentStatusDialog({ return (
<Dialog open={open} onOpenChange={onOpenChange}>
- <DialogContent className="max-w-4xl max-h-[80vh] overflow-y-auto">
- <DialogHeader>
+ <DialogContent className="max-w-4xl max-h-[80vh]">
+ <DialogHeader className="sticky top-0 z-10 border-b pr-4 pb-4 mb-4">
<DialogTitle className="flex items-center justify-between">
<div className="flex items-center gap-2">
<FileText className="w-5 h-5" />
@@ -250,7 +250,7 @@ export function DocumentStatusDialog({ </DialogTitle>
</DialogHeader>
- <div className="space-y-6">
+ <div className="overflow-y-auto max-h-[calc(80vh-120px)] space-y-6">
{/* 기본 정보 */}
<div className="grid grid-cols-2 gap-4 p-4 bg-gray-50 rounded-lg">
<div>
|
