I know how to change the style of scrollbars for an entire page using CSS such as webkit-scrollbar codes.
However, how I only want to target the scroll bar in a div (not the browser's div). How can I accomplish this without using JavaScript or jQuery?
Thank you for your time.