From f0c7150ddbfe0c196f883618ea236df3b9e5d174 Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Fri, 13 Jun 2025 17:10:02 +0000 Subject: [PATCH] Display contact form in a full-screen widget without scroll bar Modify ContactSection component to render Mailchimp iframe with `scrolling="no"` and increased height for full-screen display. Replit-Commit-Author: Agent Replit-Commit-Session-Id: d004b9e1-f9be-46e2-acda-f440ccd644a9 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/e2d11d08-168d-4fd5-b4c6-d4e5148dc70f.jpg --- .../components/contact/contact-section.tsx | 39 +++++++++---------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/client/src/components/contact/contact-section.tsx b/client/src/components/contact/contact-section.tsx index 09e1066..c65bf84 100644 --- a/client/src/components/contact/contact-section.tsx +++ b/client/src/components/contact/contact-section.tsx @@ -11,26 +11,25 @@ export function ContactSection() {

-
-
-
- -
+
+
+