From 4f75c5a4a0237f2a65dbc26da6a425ab49871d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Thu, 11 Aug 2022 23:06:36 +0200 Subject: [PATCH] Fix Shop cart button z-index Was under nav so could not click on it --- src/style/pages/shop/_intro.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/pages/shop/_intro.scss b/src/style/pages/shop/_intro.scss index 84102f7..8154e51 100644 --- a/src/style/pages/shop/_intro.scss +++ b/src/style/pages/shop/_intro.scss @@ -138,7 +138,7 @@ // Cart button :global(.button-cart) { position: absolute; - z-index: 2; + z-index: 21; top: 16px; right: 16px;