DEVTOOLS: Can't Scroll to Inspect

I need to inspect a portion of my webpage using DEVTOOLS Inspect but the element I want to see is below the bottom of the screen and will not scroll up after I right click and choose Inspect.

I read several articles that said to right click the Elements then scroll up, but I cannot make this happen.

Can anyone tell me how to inspect a portion of a page that has not yet been scrolled into view?

once you click inspect you should also see the raw html of the page, you can find the element you want to inspect there, and clicking on it will focus the devtools on it and show you the css of the page

otherwise if the element is not on the page, maybe because it’s overflowing, you can’t directly click on it

1 Like