FOUND BIG BUG: on some pages you cant interact with anything under the transparent picture! you need to add this to the css for it: div.cur { pointer-events: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%;} div.cur img {width: 100%; height: 100%;} this will make the mose "click though it". also the image is too small so this fixes it.