Merge pull request woocommerce/woocommerce-admin#2777 from woocommerce/fix/increase-popover-zindex

increase the popover zIndex from 1 to 2
This commit is contained in:
Ron Rennick 2019-08-12 09:57:09 -03:00 committed by GitHub
commit 73967f7251
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 */
}
}