matejs
matejs

Reputation: 3536

How to "inspect element" on scrollbar?

With webkit, it is possible to modify scrollbar styles. However, i cannot "inspect element" on scrollbar when debugging in chrome. Is there any workaround for this?

Upvotes: 56

Views: 42117

Answers (1)

Giuseppe Ruffa
Giuseppe Ruffa

Reputation: 596

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

Upvotes: 56

Related Questions