Skip to content
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

fix(editor): show widgets outside container #2

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Conversation

jboix
Copy link
Contributor

@jboix jboix commented Mar 28, 2024

Description

Resolves an issue where widgets and context menus were being cut off when they extended outside the Editor's container by enabling fixedOverflowWidgets.

Refs: microsoft/monaco-editor#1203

Changes Made

  • Set fixedOverflowWidgets to true.
  • Fixed a typo in the page title.

Checklist

  • I have followed the project's style and contribution guidelines.
  • I have performed a self-review of my own changes.
  • I have made corresponding changes to the documentation.

Resolves an issue where widgets and context menus were being cut off when they extended outside the
Editor's container by enabling fixedOverflowWidgets.

Refs: microsoft/monaco-editor#1203
@jboix jboix requested a review from MGaetan89 March 28, 2024 10:22
@jboix jboix self-assigned this Mar 28, 2024
Copy link

github-actions bot commented Mar 28, 2024

PR Preview Action v1.4.7
Preview removed because the pull request was closed.
2024-03-28 14:04 UTC

@jboix jboix added this pull request to the merge queue Mar 28, 2024
Merged via the queue into main with commit d947e77 Mar 28, 2024
2 checks passed
@jboix jboix deleted the fix/widget-overflow branch March 28, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants