Fix pages not being scrollable on variations on the new product editor (#46700)

This commit is contained in:
Nathan Silveira 2024-04-18 04:16:31 -03:00 committed by GitHub
parent b0e3e31cbe
commit 5e7962af67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

View File

@ -75,12 +75,6 @@
}
}
.woocommerce-admin-page__product_product-id_variation_variation-id {
.interface-interface-skeleton__content {
overflow: hidden;
}
}
html.interface-interface-skeleton__html-container {
@include breakpoint( "<782px" ) {
position: inherit;

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Fix pages not being scrollable on variations on the new product editor