Minimalistic but perfect custom scrollbar plugin
const ps = new PerfectScrollbar(demoDiv); button.addEventListener('click', () => { demoDiv.style.width = `${widthInput.value}px`; demoDiv.style.height = `${heightInput.value}px`; ps.update(); });
Please refer to the README.
The MIT License (MIT)
Copyright (c) 2012-2017 Hyunje Jun and other contributors.