You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you scrolled down the terminal the value of top on textarea was negative
so it moved outside of visible area and when you focus on textarea
it was jumping, using Math.max(value, 0) solved the issue
Issue summary
When there is scrollbar on body, you have terminal inside the page, you scroll down and click on terminal it jumps.
Expected behavior
Scrollbar should stay when you click on terminal
Actual behavior
it jumps
Steps to reproduce
Browser and OS
Chrome; GNU/Linux
The text was updated successfully, but these errors were encountered: