Valentin Tashkov

Results 2 comments of Valentin Tashkov

We had this issue and we managed to resolve it with resolving to react-overlay version, but until then I wrote a small script that gets rid of that overlay, so...

> Hacky solution: > > Use CSS to make that particular `iframe` never the target of pointer events. > > ``` > iframe[style="position: fixed; top: 0px; left: 0px; width: 100%;...