How can I disable click but still allow scrolling in an iframe? code example Example: how to disable click inside iframe You can try styling it with If you need to get a click listener over it however, you can add a transparent overlay on it and attach the click listener to the overlay.