sindresorhus/refined-github




The issue has been closed
Avoid jumps when showing/hiding PR comments #2329
dorian-marchal posted onGitHub
On a pull request, when comments are toggled with <kbd>i</kbd>, Github scrolls back to the top of the page, making it difficult to keep on reviewing.
You can try it in this pull request: https://github.com/sindresorhus/refined-github/pull/2087/files
- Scroll to a comment
- Press <kbd>i</kbd>
Currently, I click and hold the scroll bar to avoid the jump but as the page height changes, this is not always ideal.