Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions styles/pages/contact.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

.formAndDecorations {
position: relative;
z-index: 99;
width: 100%;
margin: auto;

Expand Down