Fix product form metabox issue on Safari 18.0 (#51734)
* Fix for styling issue in Safari 18 * Add changelog
This commit is contained in:
parent
5907114d6e
commit
3826b8b2c3
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Fix CSS issue with Safari 18.0 on the product form page.
|
|
@ -8795,3 +8795,8 @@ table.bar_chart {
|
||||||
html:has(#status-table-templates){
|
html:has(#status-table-templates){
|
||||||
scroll-padding-top: 80px;
|
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;
|
||||||
|
}
|
Loading…
Reference in New Issue