File "scrollBar.min.js"

Full Path: /home/aiclgcwq/photonindustriespvt.com/wp-content/themes/woodmart/js/scripts/global/scrollBar.min.js
File size: 307 bytes
MIME-type: text/plain
Charset: utf-8

const htmlElement=document.getElementsByTagName("html")[0],windowWidth=window.innerWidth;if(1024<windowWidth&&windowWidth>htmlElement.offsetWidth){const a=window.innerWidth-htmlElement.offsetWidth,b=document.createElement("style");b.textContent=`:root {--wd-scroll-w: ${a}px;}`,document.head.appendChild(b)}