Mojo Allmighty
Mojo Allmighty

Reputation: 793

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?

Upvotes: 7

Views: 6061

Answers (1)

Vlad274
Vlad274

Reputation: 6844

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.

Upvotes: 5

Related Questions