Skip to content
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

DOM renderer clips the top of the cell, cutting off tall glyphs like U+23A1 ⎡ #5240

Open
Tyriar opened this issue Dec 10, 2024 · 0 comments
Labels
area/renderer-dom type/bug Something is misbehaving

Comments

@Tyriar
Copy link
Member

Tyriar commented Dec 10, 2024

VS Code issue: microsoft/vscode#172504
Same issue but on the bottom: #4067

Repro:

  1. DOM renderer
  2. Paste , 🐛 it's cut off since we clip the lines on the DOM renderer to avoid overlapping (wonder if we can just remove the overflow:hidden?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/renderer-dom type/bug Something is misbehaving
Projects
None yet
Development

No branches or pull requests

1 participant