Periksa apakah ada halaman memiliki scrollbar x js

if (document.documentElement.scrollWidth > window.innerWidth) {
	// code
}
Defeated Donkey