diff --git a/plugins/woocommerce-admin/client/stylesheets/shared/_reset.scss b/plugins/woocommerce-admin/client/stylesheets/shared/_reset.scss index c0eee3ea7bf..c07d7468d71 100644 --- a/plugins/woocommerce-admin/client/stylesheets/shared/_reset.scss +++ b/plugins/woocommerce-admin/client/stylesheets/shared/_reset.scss @@ -56,7 +56,7 @@ } .components-popover:not(.is-mobile) { - z-index: 1; /* below of woocommerce-layout__header */ + z-index: 2; /* below of woocommerce-layout__header */ } }