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
|
||||
:global(.button-cart) {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
z-index: 21;
|
||||
top: 16px;
|
||||
right: 16px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user