Add i18 support
This commit is contained in:
@@ -538,7 +538,7 @@ const ProcurementPage: React.FC = () => {
|
||||
|
||||
{/* Critical Requirements Modal */}
|
||||
{showCriticalRequirements && selectedPlanForRequirements && (
|
||||
<div className="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50">
|
||||
<div className="fixed top-[var(--header-height)] left-0 right-0 bottom-0 bg-black bg-opacity-50 flex items-center justify-center z-40">
|
||||
<div className="bg-[var(--bg-primary)] rounded-lg shadow-xl max-w-4xl w-full max-h-[90vh] overflow-hidden mx-4">
|
||||
{/* Header */}
|
||||
<div className="flex items-center justify-between p-6 border-b border-[var(--border-primary)]">
|
||||
|
||||
Reference in New Issue
Block a user