I am working on a website that is heavily front-end (vue) and thus I am using the async version of adsense.
When testing in various browsers I noticed a display issue in chrome where the height of my page was being changed immediately after ads loaded. Hours later I discovered that within show_ads_impl.js it is injecting style="height: auto !important;" (or similar) into various places in my source code.
I could not find help on this anywhere and am desperate to …