Scrolling down in Chrome dev tools when paused in debugger

If your tools are docked, you can undock it to see a bit more.

Another method:

  1. Go to the Elements tab.
  2. Right-click on any visible element (i.e. not hidden, display:none, etc.).
  3. Choose the “Scroll Into View” context menu entry.
  4. Chrome will scroll the page if necessary to get the element in the visible portion of the window.

Leave a Comment