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:
Roy Ho 2023-03-14 10:08:10 -07:00 committed by GitHub
parent d4fe2a5b5d
commit 112a402261
1 changed files with 1 additions and 0 deletions

View File

@ -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;