Does this issue occur when all extensions are disabled?: Yes
When the editor element or a parent is transformed using css, the decorations, selections and caret is rendered incorrectly. This happens on every line that contains a foreign element (ie. a color preview thumbnail).
If the theme font is not considered to be monospaced the bug will affect all lines.

Steps to Reproduce:
- Go to vscode.dev
- Create a simple css file with the content
body { color: red; }
- Scale the document
document.body.style.transform = "scale(0.75)"
- Select the code and/or move caret around to see wrong positions and sizes
Does this issue occur when all extensions are disabled?: Yes
When the editor element or a parent is transformed using css, the decorations, selections and caret is rendered incorrectly. This happens on every line that contains a foreign element (ie. a color preview thumbnail).
If the theme font is not considered to be monospaced the bug will affect all lines.
Steps to Reproduce:
body { color: red; }document.body.style.transform = "scale(0.75)"