/* Allow WooCommerce Products list to scroll horizontally */
.wp-admin.post-type-product table {
    table-layout: auto !important; /* override WP fixed layout */
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    background-color: yellow !important;
}

.wp-admin.post-type-product table {
    background-color: #FFFF00 !important;
}