-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zoom-out mode issues on Safari #60601
Comments
Related? #60550 |
In my investigation into this here, it appears that this is due to the different way in which Safari deals with background color on a transformed element. It seems that Safari does what you would expect and only applies the background to the transformed size of the div, whereas Chrome keeps the background color applied to the pre transformed size of the div. I think it sort if works in Chrome by accident so we probably need to add an additional
This should be fixed by this revert. |
#60873 fixes the first issue, I don't think the second is relevant anymore (we can't have GS sidebar open at the same time as the patterns) and I can't reproduce the third anymore, so if my PR gets merged that should solve this whole issue unless I'm missing something in my testing |
Description
On Safari, I can see a number of issues in zoom-out mode.
Opening the zoom-out mode (either though global styles variations or patterns inserter), shows a white background instead of the gray one.
Also, if you open both the global styles and the patterns inserter at the same time, you may see a bit of both.
The third issue is that sometimes I see a huge padding on top of the canvas and I have to scroll down to actually see the template
The text was updated successfully, but these errors were encountered: