Scrolling while paused in Chrome debugger
If you’ve spent much time with Chrome’s debugger, you’ve probably encountered a few annoying scenarios, in which the locked-up view of the web page you’re working on prevents you from inspecting elements or scrolling.
An easy workaround for the scrolling lock-up is to just jump to the console, and:
window.scrollTo(0, 800)