Fix Shop cart button z-index

Was under nav so could not click on it
This commit is contained in:
2022-08-11 23:06:36 +02:00
parent d5ae25a87b
commit 4f75c5a4a0

View File

@@ -138,7 +138,7 @@
// Cart button // Cart button
:global(.button-cart) { :global(.button-cart) {
position: absolute; position: absolute;
z-index: 2; z-index: 21;
top: 16px; top: 16px;
right: 16px; right: 16px;