Fix z-index issue with the Image Background Removal Spotlight. (#41185)
* [Woo AI] - Fix z-index issue with the Image Background Removal Spotlight.
This commit is contained in:
parent
9e200b390c
commit
7b0affff3e
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Woo AI - Fix z-index issue with Background Removal Spotlight.
|
|
@ -1,3 +1,3 @@
|
||||||
body.post-type-product .woocommerce-tour-kit {
|
body.post-type-product .woocommerce-tour-kit {
|
||||||
z-index: 160001; /* value chosen to appear above media library modal */
|
z-index: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue