Make WooCommerce-admin full-screen minimum height 100vh important (https://github.com/woocommerce/woocommerce-admin/pull/7230)

* Add 100vh important on full screen

* Add changelog

Co-authored-by: Joshua T Flowers <joshuatf@gmail.com>
This commit is contained in:
Hsing-yu Flowers 2021-07-08 10:33:15 -04:00 committed by GitHub
parent 6a391c58d8
commit bcf063a997
2 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,7 @@
}
#wpbody-content {
min-height: 100vh;
min-height: 100vh !important;
}
/* Hide wp-admin and WooCommerce elements when the dashboard body class is present */

View File

@ -102,6 +102,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
- Fix: Currency display on Orders activity card on homescreen #7181
- Fix: Report export filtering bug. #7165
- Fix: Use tab char for the CSV injection prevention. #7154
- Fix: Make WooCommerce-admin full-screen minimum height 100vh important #7230
- Fix: Fix and refactor explat polling to use setTimeout #7274
- Fix: Cache product/variation revenue query results. #7067
- Tweak: Remove performance indicators when Analytics Flag disabled #7234