Fix product form metabox issue on Safari 18.0 (#51734)

* Fix for styling issue in Safari 18

* Add changelog
This commit is contained in:
louwie17 2024-09-30 08:48:14 -03:00 committed by GitHub
parent 5907114d6e
commit 3826b8b2c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix CSS issue with Safari 18.0 on the product form page.

View File

@ -8795,3 +8795,8 @@ table.bar_chart {
html:has(#status-table-templates){
scroll-padding-top: 80px;
}
// Fix for Safari bug: https://bugs.webkit.org/show_bug.cgi?id=280063.
.woocommerce-admin-page #postbox-container-2 {
clear: left;
}