Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome dev tools can't scroll all the way down

I came across a strange thing in Chrome dev tools. In the network tab where I see my requests, I can't scroll all the way down, and I can't see the last 2 or 3 requests. What I did for a temporary fix was to replay the XHR from another request so the list will populate. Here is the what I mean:

enter image description here

Has anyone faced the same problem before?

like image 736
Mojo Allmighty Avatar asked Feb 19 '18 14:02

Mojo Allmighty


People also ask

Why can't I scroll down on certain websites chrome?

Your website might not be scrolling if there is a problem with your browser (Google Chrome, Safari, etc.), website code, or your computer hardware. You can investigate & fix the issue by restarting the browser, looking at the site code, deleting cookies, extensions, and/or caches.

How do I move DevTools to bottom in chrome?

Change where DevTools is docked by using the Command Menu Or, press Shift + Ctrl + P on Windows/Linux or Command + Shift + P on macOS. Type dock, and then select a dock command: Dock to bottom.

How do I scroll down in chrome?

Click the bar, by using the right click on the touchpad or by double-clicking and holding. Then use another finger to drag the bar on the touchpad and it will scroll up and down. Drag the bar up to scroll up the page and down to scroll down the page on your Chromebook.


1 Answers

I had the same issue and found this post on the google forums. Clicking into the developer tools and hitting "CTRL+0" resolved this problem for me.

like image 131
Vlad274 Avatar answered Sep 30 '22 06:09

Vlad274