const htmlElement=document.getElementsByTagName("html")[0],windowWidth=window.innerWidth,htmlOffsetWidth=htmlElement.offsetWidth,userAgent=navigator.userAgent;let shouldCalculateScrollbar=windowWidth>1024&&windowWidth>htmlOffsetWidth;if(userAgent.includes("Chrome")){const t=userAgent.match(/Chrome\/(\d+)/);t&&parseInt(t[1],10)>=145&&(shouldCalculateScrollbar=!1)}if(shouldCalculateScrollbar){const t=windowWidth-htmlOffsetWidth,e=document.createElement("style");e.textContent=`:root {--wd-scroll-w: ${t}px;}`,document.head.appendChild(e)};