I want to have possibility to click on link inside iframe and be able to do any mouse action near button but still inside iframe.
When I add pointer-events: none;
to whole iframe and try ignore that by setting pointer-events: all;
to button (I'm able to edit iframe source) it still looks like this rule isn't accepted.
Does anyone have idea is it even possible? Size of iframe have to be bigger since after button click content will change and element above button will appear.
Here is link: https://jsfiddle.net/fnv4vct6/2/