Add a higher z-index than the title for mini cart close button (https://github.com/woocommerce/woocommerce-blocks/pull/8737)
This commit is contained in:
parent
d4fe2a5b5d
commit
112a402261
|
@ -119,6 +119,7 @@ $drawer-width-mobile: 100vw;
|
|||
color: inherit;
|
||||
position: absolute;
|
||||
opacity: 0.6;
|
||||
z-index: 2;
|
||||
// The SVG has some white spacing around, thus we have to set this magic number.
|
||||
right: 8px;
|
||||
top: 0;
|
||||
|
|
Loading…
Reference in New Issue