Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
immortalist
/
wp-content
/
themes
/
woodmart
/
js
/
scripts
/
global
:
scrollBar.min.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
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)}