-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Bug] Styling broken for Shadow DOM #3017
Comments
I marked this as question as we don't have the resources to investigate issues in third party source code. |
@hediet Please see the updated issue. I created a Playground example that shows the issue. Just replace the Javascript in the HelloWorld example. Thank you! |
Thanks for the example! I can reproduce, it looks completely broken. |
Has anyone discovered a workaround ? |
I found a workaround : include the |
@cameronbraid nice, I confirm that this works. Simply put the component anywhere where you want to have a monaco editor. |
You have to include the CSS in the web component. |
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Code
Actual Behavior
editor is loaded, however styling is off. lines change order upon scrolling
Expected Behavior
editor should load normally, woth scrolling not affecting lines order.
Additional Context
The text was updated successfully, but these errors were encountered: