This question already has an answer here:
- CSS customized scroll bar in div 14 answers
Is there a way to customize a scrollbar with only CSS that effects a specific div and not everything in the entire page?
I have found that I can use ::-webkit-scrollbar
In order to change the style of a scrollbar, but this affects every scrollbar on the page.
I'm looking for a purely CSS way of styling a specific scroll bar on the page.
Is this possible?