increase the popover zIndex from 1 to 2

This commit is contained in:
Ron Rennick 2019-08-09 16:25:11 -03:00
parent c54a01d33c
commit c5962b4dd8
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
}
.components-popover:not(.is-mobile) {
z-index: 1; /* below of woocommerce-layout__header */
z-index: 2; /* below of woocommerce-layout__header */
}
}