Problem: The Inspector cuts off menu items and scroll isn't apparent in documents with large numbers of tabs.
This adds to users not being able to find links.
These potential solutions were only tested in Chrome
Status quo
Imitation of current version
Page height is artificially fixed to 600px to show scroll issues.
There is actually scrolling there below 'positive' but no affordability.
Option 1: Gradient
Gradient is added for affordability. Pure CSS solution.
Still doesn't help if nothing is showing through gradient like in the example.
Option 2: Scrollbar
This is hard to control on all browsers and may look very clunky.
Option 3: Move Status to Meta-data & make expandible
This saves a lot of room but doesn't solve all cases
Option 4: Meta AND fixing tools to bottom, scrolling only tabs
Still some issues. Added extra menu items to tabs to enable scrolling
Option 5: Best of above plus scroll icon?