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:
Luigi Teschio 2024-07-03 09:25:23 +02:00 committed by GitHub
parent 7b3434c8b5
commit a511ce77e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -165,7 +165,7 @@ export const Toolbar = () => {
return new window.DOMRect(
rect?.left + 10,
Math.max( top + 90, 110 ),
Math.max( top + 70 + rect.top, 100 ),
width,
height
);

View File

@ -0,0 +1,4 @@
Significance: minor
Type: fix
CYS: fix toolbar position after the site preview resizes