diff --git a/components/email/ComposeEmail.tsx b/components/email/ComposeEmail.tsx
index 542cf5bd..42a06c48 100644
--- a/components/email/ComposeEmail.tsx
+++ b/components/email/ComposeEmail.tsx
@@ -280,7 +280,7 @@ export default function ComposeEmail(props: ComposeEmailProps) {
}, []);
return (
-
+
)}
-
- {/* Modal Footer */}
-
-
- {/* File Input for Attachments */}
-
{
- if (e.target.files && e.target.files.length > 0) {
- handleAttachmentAdd(e.target.files);
- }
- }}
- />
-
- {sending &&
Preparing attachment...}
-
-
+
+ {/* Modal Footer - now inside the main modal container and visually attached */}
+
+
+
+ {sending &&
Preparing attachment...}
+
+
+
+