Partially fix editor overlays getting clipped

This commit is contained in:
Nilay Majorwar 2022-02-13 19:20:52 +05:30
parent 42566af69e
commit fb331e1194

View File

@ -157,6 +157,7 @@ const CodeEditorComponent = (props: Props, ref: React.Ref<CodeEditorRef>) => {
// Self-modifying programs may add control characters to the code.
// This option ensures such characters are properly displayed.
renderControlCharacters: true,
fixedOverflowWidgets: true,
}}
/>
);