[Bug] Tooltips don't show completely when used inside of a webcomponent #3680
Unanswered
jogibear9988
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Code
No response
Reproduction Steps
I use the Editor inside of a webcomponent wich is not allowed to overlap.
So the Tooltips get cut of.
Is there a way to add the tooltips to another dom elemnt (a overlaylayer wich I created in the body)?
You could test it here: https://node-projects.github.io/web-component-designer-demo/index.html
Actual (Problematic) Behavior
Expected Behavior
I should be able to open the tooltips into another html element
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions