From 65195c462fa58e8e6b9ff5fd35641886cd265109 Mon Sep 17 00:00:00 2001 From: tkostuch Date: Thu, 30 Jan 2020 13:56:19 +0100 Subject: [PATCH 1/2] raise z-index for aside in compare list --- src/themes/default/pages/Compare.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; From c88bd5f44d57f3183014744a331bf008d85f5df2 Mon Sep 17 00:00:00 2001 From: tkostuch Date: Thu, 30 Jan 2020 13:59:43 +0100 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0698355581..bd583f7039 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) ## [1.11.0] - 2019.12.20