You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm only encountering this issue on swagger ui pages. The easiest way to explain is to go to https://petstore.swagger.io/ and paste this into the devtools to load up a monaco instance:
If you then try to view the expanded suggestions pane it will render them off screen. To see this I just paste setTimeout(() => {debugger;}, 3000) into the devtools and open up the suggestions:
As you can see the suggest-details are positioned offscreen.
If we were to remove the position fixed on that container we'd at least see it on screen (but still off of where it should be)
The text was updated successfully, but these errors were encountered:
jrieken
added
*duplicate
Issue identified as a duplicate of another issue(s)
and removed
*duplicate
Issue identified as a duplicate of another issue(s)
labels
Dec 6, 2023
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Code
No response
Actual Behavior
No response
Expected Behavior
No response
Additional Context
I'm only encountering this issue on swagger ui pages. The easiest way to explain is to go to https://petstore.swagger.io/ and paste this into the devtools to load up a monaco instance:
If you then try to view the expanded suggestions pane it will render them off screen. To see this I just paste
setTimeout(() => {debugger;}, 3000)
into the devtools and open up the suggestions:As you can see the suggest-details are positioned offscreen.
If we were to remove the position fixed on that container we'd at least see it on screen (but still off of where it should be)
The text was updated successfully, but these errors were encountered: