vscode
vscode copied to clipboard
Fix Image Preview transparency grid scaling
Fixes https://github.com/microsoft/vscode/issues/226095
| Before | After |
|---|---|
The transparency checkerboard grid pattern was getting larger when the image preview was zoomed in. This PR moves it into its own div so it's not affected by the zoom.