• When I click on delivery I get a menu where I can select what will be shipped.
    There is a row of items with checkboxes on the left side, but the top checkbox ends up under the admin bar at the top of the page. Can you please make the list displayed with a z-index higher than the top admin bar or add a padding that is greater then the hight of the top admin bar. It only happens if I have a long list of item.

    • This topic was modified 2 years, 9 months ago by alijens.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter alijens

    (@alijens)

    Please add this to your css file. It will display the list below the top admin bar.
    .wxp-order-shipment-table table.widefat {
    padding: –wp-admin–admin-bar–height;
    }

    Thread Starter alijens

    (@alijens)

    Sorry should be
    .wxp-order-shipment-table table.widefat {
    padding: var(–wp-admin–admin-bar–height);
    }

    Plugin Author Vikram S.

    (@jodhavishalsingh)

    Hi @alijens , not sure what delivery menu you clicking, I think no delivery menu alliable inside Woocommerce Partial Shipment plugin, so please share more details about the issue.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delivery menu does not allow select all’ is closed to new replies.