From afbdbfa89485eb00a5a24ba00705cfe89581892a Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 23 Nov 2020 13:27:41 +0100 Subject: [PATCH] refactor: z index to 1 I'm pretty sure the 19 was a typo on my end (1 and 9 are next to each other on my keyboard layout) --- src/client/theme-default/components/CarbonAds.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/client/theme-default/components/CarbonAds.vue b/src/client/theme-default/components/CarbonAds.vue index cc5d1068..55c92d0a 100644 --- a/src/client/theme-default/components/CarbonAds.vue +++ b/src/client/theme-default/components/CarbonAds.vue @@ -40,7 +40,7 @@ export default { width: 130px; position: fixed; - z-index: 19; + z-index: 1; bottom: 0; right: 22px; margin: 10px; @@ -55,7 +55,6 @@ export default { @media screen and (max-width: 1300px) { .carbon-ads { - z-index: 1; position: relative; top: 12px; right: 0;