I just want some simple JQ/JS to check if the current page/window (not a particular element) has a vertical scrollbar.
Googling gives me stuff that seems overly comp
var hasScrollbar = window.innerWidth > document.documentElement.clientWidth;