increase the popover zIndex from 1 to 2
This commit is contained in:
parent
c54a01d33c
commit
c5962b4dd8
|
@ -56,7 +56,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.components-popover:not(.is-mobile) {
|
.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