xtermjs / xterm.js

A terminal for the web
https://xtermjs.org/
MIT License
17.33k stars 1.61k forks source link

Scrolling up and down with the mouse wheel is off by 1 pixel #4959

Open e-nikolov opened 6 months ago

e-nikolov commented 6 months ago

If I scroll up for one "tick" of the mouse wheel and then down again, the scrollTop position is 1 pixel above where it started. If I repeat it multiple times in a row, the last line eventually scrolls out of view.

Details