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
in monaco-editor.component.ts there is in the .editor-container class a overflow css rule. This causes markers to be invisible when they are placed on the first lines.
With overflow:
with overflow unset:
would you accept a PR to change this?
The text was updated successfully, but these errors were encountered:
in monaco-editor.component.ts there is in the .editor-container class a overflow css rule. This causes markers to be invisible when they are placed on the first lines.
With overflow:
with overflow unset:
would you accept a PR to change this?
The text was updated successfully, but these errors were encountered: