diff --git a/CHANGELOG.md b/CHANGELOG.md index f3040d044e..81dceb014d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Display fees on cart page [#2376](https://github.com/bigcommerce/cornerstone/pull/2376) - Replace Twitter logo with X logo within social sharing and social link components [#2387](https://github.com/bigcommerce/cornerstone/pull/2387) - Added nvm config [#2389](https://github.com/bigcommerce/cornerstone/pull/2389) -- Displaying the Hidden cart_order_source Input Field on PDP page [#2392](https://github.com/bigcommerce/cornerstone/pull/2392) -- Changed default PayPal checkout button color [#2405](https://github.com/bigcommerce/cornerstone/pull/2405) -- Changed default PayPal checkout button size [#2406](https://github.com/bigcommerce/cornerstone/pull/2406) +- Displaying the Hidden cart_order_source Input Field on PDP page [#2392](https://github.com/bigcommerce/cornerstone/pull/2392) +- Top Global Region Image Widget overlaps the mobile menu [#2402](https://github.com/bigcommerce/cornerstone/pull/2402) +- Changed default PayPal checkout button color [#2405](https://github.com/bigcommerce/cornerstone/pull/2405) +- Changed default PayPal checkout button size [#2406](https://github.com/bigcommerce/cornerstone/pull/2406) ## 6.12.0 (07-06-2023) - sync package lock file [#2373](https://github.com/bigcommerce/cornerstone/pull/2373) diff --git a/assets/scss/components/stencil/navPages/_navPages.scss b/assets/scss/components/stencil/navPages/_navPages.scss index eec555a232..4eaab36357 100644 --- a/assets/scss/components/stencil/navPages/_navPages.scss +++ b/assets/scss/components/stencil/navPages/_navPages.scss @@ -56,7 +56,6 @@ &.is-open { display: block; padding-top: $header-height; - z-index: 0; } }