materiahq / ngx-monaco-editor

Monaco Editor Library for Angular v6 and above
MIT License
159 stars 35 forks source link

overflow causes markers to not work well #98

Open davesmits opened 2 years ago

davesmits commented 2 years ago

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: image

with overflow unset: image

would you accept a PR to change this?