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:
commit
73967f7251
|
@ -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 */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue