Click areas using setInteractive off canvas

I have images on my canvas that users can click to reveal new objects. The objects, however, have click areas that are not centered on the image and even can stray off the canvas.

Any thoughts on how to resolve this? I’ve been trying to use hitAreas to change the click region, but adding it to clickable objects in my make functions causes Phaser to not draw parts of the canvas.

You can see the project at sh2.vpatel.me

Note: the html buttons work fine, the phaser buttons are what have the issue. Look at the i and scroll icons in the top right.

Thank you!