Fix Shop cart button z-index
Was under nav so could not click on it
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user