Verifique se há página tem scrollbar x js
if (document.documentElement.scrollWidth > window.innerWidth) {
// code
}
Defeated Donkey
if (document.documentElement.scrollWidth > window.innerWidth) {
// code
}