Look outside of the viewport with Chrome developer tools

Viewed 1416

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.

1 Answers

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

Related