How to "inspect element" on scrollbar?
Inspect the element you are interested in seeing the style of the scroll bar and go to the bottom of the "Styles" section. You will find the definitions of the pseudo elements
The scrollbar is part of the body element, you will not be able to 'inspect' a non-HTML element.
To see CSS styles applied to scrollbar, just inspect element that scrollbar belongs to.