simple-code-editor icon indicating copy to clipboard operation
simple-code-editor copied to clipboard

Only renders lines within original height

Open charjr opened this issue 2 years ago • 1 comments

Content stops rendering when you reach the bottom of the editor, any lines after scrolling are invisible.

image

The rendering has actually stopped in the middle of that line (you can see the bottom of the number 16 has been cut off)

Lines below the 16 are invisible but still there: image

charjr avatar Aug 24 '23 14:08 charjr

Wondering why in this line the text color is transparent... https://github.com/justcaliturner/simple-code-editor/blob/428a792d18e9af59f5d6edc5044383b6e7d0fd4b/browser/css/simple-code-editor.css#L154

jamesmawm avatar Sep 29 '23 06:09 jamesmawm