Partially fix editor overlays getting clipped
This commit is contained in:
		| @ -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, | ||||
|       }} | ||||
|     /> | ||||
|   ); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Nilay Majorwar
					Nilay Majorwar