Admin CSS causing display issues on Edit Order page
-
Within the admin area of Edit Order, the Status and Customer select fields display on top of the modal window when I am creating, editing, and printing shipping labels as part of the plugin WooCommerce Shipping & Tax.
This is caused by this style:
.select2-container { z-index: 99999999 !important; }
Found within this file:
/wp-content/plugins/product-variation-swatches-for-woocommerce/admin/assets/css/thwvsf-admin.cssCan this please be fixed in a future release?
1) I can’t see why there should be a global z-index setting of 99999999 for all .select2-container inputs.
2) I don’t understand why the plugin is doing CSS on admin pages that does not use the plugin.
3) @webmastersatdycedesigns had a similar support request but the CSS issue regarding this z-index is back.
- The topic ‘Admin CSS causing display issues on Edit Order page’ is closed to new replies.