Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Look outside of the viewport with Chrome developer tools

Is there any way for me to see content outside of the browser's normal viewport with the chrome developer tools? I'm moving an item outside of the browser's view, but I want to see exactly how far it's moving.

like image 952
markasoftware Avatar asked Mar 13 '16 04:03

markasoftware


People also ask

How do I change the inspect position in Chrome?

To change its position, select the three-dots icon in the top right corner of the inspector, then choose an alternative display option. Click any page element to reveal its source in the inspect panel. To modify or delete a page element, select its code in the inspector.


1 Answers

I know this answer comes too late but just in case anyone wondering - in Chrome Developer Tools -> ⋮ -> More tools -> Layers.

like image 77
Georgi Stoimenov Avatar answered Sep 19 '22 15:09

Georgi Stoimenov