I want to find the scrollbar width with JavaScript to use it in CSS. I've tried this:
document.documentElement.style.setProperty('--scrollbar-width', (document.offsetWidth - document.clientWidth) + "px");
But I've had no luck. I'm running chrome 86.