Try this, create an iframe{visibility:hidden;width:100%;height:100%;z-index on top of all else.
in dev tools you cannot click on anything "under" it even though it is hidden.
In the browser the iframe will still be visible even though it is hidden.
Of course, not knowing what I am doing may be part of the problem and I am missing the obvious, but found several posts online about this.
Asked stackoverflow question
"chrome guy" seemed to think it a bug and reported it. I did find it strange, I would find a bug on my first day working with Chrome...
If you want to test, go to My website
Click Chrome logo in corner.
Click "Manual" button
Right-click and select "inspect element" from the context menu.
What do you get? A "hidden" iframe.
If you can see something I did wrong, please enlighten me.
I would like to get Chrome working...