diff --git a/CHANGELOG.md b/CHANGELOG.md index 619efb0c74..6a32be5821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Draft +- Cornerstone quick view. [#1857](https://github.com/bigcommerce/cornerstone/pull/1857) +- Return heading to product card. [#1848](https://github.com/bigcommerce/cornerstone/pull/1848) - Added announcement for "aadd to cart" button on PLP and PDP. [#1860](https://github.com/bigcommerce/cornerstone/pull/1860) - Fixed Logo displaying on mobile. [#1865](https://github.com/bigcommerce/cornerstone/pull/1865) - Fixed image in modal for IE. [#1840](https://github.com/bigcommerce/cornerstone/pull/1840) diff --git a/assets/scss/components/foundation/modal/_modal.scss b/assets/scss/components/foundation/modal/_modal.scss index 876b56a33a..4612c7e1d4 100644 --- a/assets/scss/components/foundation/modal/_modal.scss +++ b/assets/scss/components/foundation/modal/_modal.scss @@ -1,5 +1,7 @@ // ============================================================================= // MODAL (CSS) +// +// // 1. Fix for content shifted to top in modal window when bottom variant option selected // ============================================================================= @mixin addFocusTooltip () { @@ -41,6 +43,10 @@ left: 50%; top: 50% !important; transform: translate(-50%, -50%); + + .form-field { + position: relative; // 1 + } } .modal--large {