justcaliturner / simple-code-editor

Simple code editor for Vue.js
https://simple-code-editor.vicuxd.com
150 stars 27 forks source link

Only renders lines within original height #36

Open charjr opened 1 year ago

charjr commented 1 year ago

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

jamesmawm commented 1 year ago

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