diff --git a/CHANGELOG.md b/CHANGELOG.md index 3609a084d4..c484ef9270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed `Processing order...` modal closing too early - @grimasod (#4021) - Keep registered payment methods after `syncTotals` - @grimasod (#4020) - Added status code to the cache content and use it in cache response - @resubaka (#4014) +- Fixed z-index for aside in compare list - @gibkigonzo (#4037) - Disable checking max quantity when manage stock is set to false - @gibkigonzo (#4038) ## [1.11.0] - 2019.12.20 diff --git a/src/themes/default/pages/Compare.vue b/src/themes/default/pages/Compare.vue index 3def227e73..f71e25f754 100644 --- a/src/themes/default/pages/Compare.vue +++ b/src/themes/default/pages/Compare.vue @@ -147,7 +147,7 @@ $screen-l: 1170px; &__features { position: absolute; - z-index: 1; + z-index: 3; top: 0; left: 0; width: $features-column-width-mobile;