diff --git a/CHANGELOG.md b/CHANGELOG.md index 545a9f5b51..0eb940c020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Draft +- Fix sliding carousel with products cause footer headers flickering. [#2119](https://github.com/bigcommerce/cornerstone/pull/2119) + ## 6.1.0 (09-03-2021) - Fixed images placeholder on hero carousel shifted on mobile when slide has content. [#2112](https://github.com/bigcommerce/cornerstone/pull/2112) diff --git a/assets/scss/layouts/footer/_footer.scss b/assets/scss/layouts/footer/_footer.scss index 01030f12b8..0e8d119785 100644 --- a/assets/scss/layouts/footer/_footer.scss +++ b/assets/scss/layouts/footer/_footer.scss @@ -9,6 +9,7 @@ // 1. To enable the grid's display: inline-block; to work properly, we need to // remove the white-space that it creates between columns with font-size: 0; // 2. Re-set the font-size that was reduced to 0 in point 1 for children. +// 3. Fix for text flickers on windows devices // // ----------------------------------------------------------------------------- @@ -17,6 +18,7 @@ border-top: container("border"); padding: spacing("double") 0; position: relative; + transform: translateZ(0); // 3 } .footer-title-sr-only { @@ -167,18 +169,6 @@ } } -.footer-geotrust-ssl-seal { - @include breakpoint("small") { - bottom: 0; - position: absolute; - right: 16px; - } - - table { - margin: auto; - } -} - .footer-newsletter-summary { text-align: left; } diff --git a/templates/components/common/geotrust-ssl-seal.html b/templates/components/common/geotrust-ssl-seal.html deleted file mode 100644 index 088dfc7064..0000000000 --- a/templates/components/common/geotrust-ssl-seal.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - -
-
- -