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:
Thomas Shellberg 2023-12-05 13:08:57 +01:00 committed by GitHub
parent 9e200b390c
commit 7b0affff3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Woo AI - Fix z-index issue with Background Removal Spotlight.

View File

@ -1,3 +1,3 @@
body.post-type-product .woocommerce-tour-kit {
z-index: 160001; /* value chosen to appear above media library modal */
z-index: auto;
}