Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: monaco editor overflowing at certain zoom levels (#2346)
Container has 1462.86px of space but Monaco is setting itself to 1463px, causing overflow. May have to play with zoom levels and browser widths to get it to reproduce. For me a 2560 window with 2 levels of zoom reliably reproduced. ![image](https://github.com/user-attachments/assets/15d6bf0a-b269-4853-8aaa-41a8e8b1b988) Fix by overriding those widths to be 100%. Noticed no behavior differences other than fixing zoom issue.
- Loading branch information