From 331aeab30c368c015f810d3808b6fe17680fe65f Mon Sep 17 00:00:00 2001 From: Brian Esteban Date: Sun, 31 Aug 2025 01:52:36 -0700 Subject: [PATCH 1/2] Add z-index to formAndDecoration container to fix input field bug --- styles/pages/contact.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/pages/contact.module.scss b/styles/pages/contact.module.scss index c73bcee6..ff2976ff 100644 --- a/styles/pages/contact.module.scss +++ b/styles/pages/contact.module.scss @@ -25,6 +25,7 @@ .formAndDecorations { position: relative; + z-index: 99; width: 100%; margin: auto; From 511aaaa5d70c808d3ead8c7e66fc9768a06a1291 Mon Sep 17 00:00:00 2001 From: Brian Esteban Date: Sun, 31 Aug 2025 02:08:58 -0700 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 133ede17..14a7cc69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -159,6 +159,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Prevent horizontal page scroll caused by overflowing long titles - Fixed hero images' max-height to align with WDP mockup - Fixed contact us form position to maintain structure on bigger displays +- Fixed non-interactive form input field bug on Contact Us page ### Changed