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 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;