Another idea to try (situationally) would be to:
- Put the content you want in a div;
- Put the non-clicking overlay over the entire page with a z-index higher,
- make another cropped copy of the original div
- overlay and abs position the copy div in the same place as the original content you want to be clickable with an even higher z-index?
Any thoughts?