• 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.css

    Can 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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Thank you for bringing this to our attention.

    We have forwarded this issue to our technical team. We will definitely be adding the fix for this issue in the upcoming version of our plugin.

    Thank you!

    Thread Starter bradthebluefish

    (@bradthebluefish)

    Thank you for working on this issue. Checking in about when to expect the latest version of your plugin.

    Plugin Author ThemeHigh

    (@themehigh)

    Our expectation is to release the latest version within a time frame of three weeks.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Admin CSS causing display issues on Edit Order page’ is closed to new replies.