Find scrollable elements

The page has a scrollbar but you don't know which element on page creates that scrollbar. The Firefox Developer Tools allows us to see all elements causing overflow.
In the following screenshot, the highlighted element is displayed with the `scroll` badge indicating that it produces the scrollbar. Clicking the `scroll` badge will reveal the associate element.
Find scrollable elements
Find scrollable elements