D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
raptqcnr
/
www
/
wp-content
/
themes
/
woodmart
/
js
/
scripts
/
global
/
Filename :
scrollBar.min.js
back
Copy
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)}