[Bug] Incorrect position of Command Palette widget
Reproducible in vscode.dev or in VS Code Desktop?
- [x] Not reproducible in vscode.dev or VS Code Desktop
Reproducible in the monaco editor playground?
- [ ] Not reproducible in the monaco editor playground
Reproduction Steps
Open in the monaco editor playground the Hello World example and click F1 or select from context menu. The widget is placed to much to the right. Same is for all other examples in the playground. In the Web Component example it seems to be missing several styling.
Actual (Problematic) Behavior
Wrong positioning of the Command Palette widget.
In Web Component example styling is missing.
Expected Behavior
It should place the widget in the top center of the editor.
Additional Context
No response
Just tested with in the latest dev version and the position seems to be fixed there. The styling in the Web Component example is still missing.
Tracked by https://github.com/microsoft/monaco-editor/issues/5145