PSA because I was tearing my hair out over this. If you're trying to style your scrollbar using both ::webkit-scrollbar.... AND the scrollbar- css, be warned that chrome will override your ::webkit-scrollbar settings with the scrollbar- info except for the document scrollbar??? In other words, your page scrollbar will be correct but any scrollbars inside divs will be wrong.
If you need both use a media query to determine which one to use. You can use the supports() one to make it very obvious.