CYS: fix toolbar position after the site preview resizes (#49028)
* CYS: fix toolbar position * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
7b3434c8b5
commit
a511ce77e9
|
@ -165,7 +165,7 @@ export const Toolbar = () => {
|
||||||
|
|
||||||
return new window.DOMRect(
|
return new window.DOMRect(
|
||||||
rect?.left + 10,
|
rect?.left + 10,
|
||||||
Math.max( top + 90, 110 ),
|
Math.max( top + 70 + rect.top, 100 ),
|
||||||
width,
|
width,
|
||||||
height
|
height
|
||||||
);
|
);
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
CYS: fix toolbar position after the site preview resizes
|
Loading…
Reference in New Issue