Created by: arthurshlain
Feature #35801
@mdo unfortunately this PR requires additional JS to support --bs-scrollbar-width
CSS variable and futher testing.
// https://stackoverflow.com/a/57748743/2453148
document.documentElement.style.setProperty(
'--bs-scrollbar-width',
window.innerWidth - document.documentElement.clientWidth + 'px'
)