Skip to content

Commit

Permalink
fix: Set the editor property fixedOverflowWidgets to true so hints …
Browse files Browse the repository at this point in the history
…appear on top of composer elements
  • Loading branch information
stefan-lacatus committed Mar 16, 2022
1 parent 94cc92b commit 579b604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const DEFAULT_EDITOR_SETTINGS: MonacoEditorSettings = {
fontLigatures: true,
mouseWheelZoom: true,
formatOnPaste: true,
fixedOverflowWidgets: true,
scrollBeyondLastLine: true,
theme: "vs",
disableLayerHinting: true, // fixes bug in FF
Expand Down

0 comments on commit 579b604

Please sign in to comment.