Commit 8c7c922de0f for woocommerce
commit 8c7c922de0f16a1b3eaf4df22939fb2cd0dd8dd2
Author: Luigi Teschio <gigitux@gmail.com>
Date: Tue Aug 18 13:56:51 2026 +0200
Fix product editor content showing through sticky controls (#67382)
* Fix product editor text showing through sticky controls
* Add changelog entry for sticky product editor controls
diff --git a/plugins/woocommerce/changelog/wooplug-7407-white-classic-editor-tools b/plugins/woocommerce/changelog/wooplug-7407-white-classic-editor-tools
new file mode 100644
index 00000000000..0a6fdb576ad
--- /dev/null
+++ b/plugins/woocommerce/changelog/wooplug-7407-white-classic-editor-tools
@@ -0,0 +1,4 @@
+Significance: patch
+Type: fix
+
+Prevent product editor content from showing through the sticky editor tools.
diff --git a/plugins/woocommerce/client/legacy/css/admin.scss b/plugins/woocommerce/client/legacy/css/admin.scss
index 0be182e8d0a..44f0457efe8 100644
--- a/plugins/woocommerce/client/legacy/css/admin.scss
+++ b/plugins/woocommerce/client/legacy/css/admin.scss
@@ -9575,7 +9575,7 @@ table.bar_chart {
margin-bottom: 0px;
.wp-editor-tools {
- background: none;
+ background: #fff;
padding-top: 0px;
width: 100%;
}