google-adsense icon indicating copy to clipboard operation
google-adsense copied to clipboard

strange height behavior after ad load

Open lfgtavora opened this issue 2 years ago • 1 comments
trafficstars

i using vuetify, after visiting any page with ads and when ad load complete, it break all my pages height... investigating i found out its because is setting automatically a style="height: auto !important; min-height: 0px !important; in my app main container leaving a gap to the end... i could found any solution yet :/

class="v-application--wrap" style="height: auto !important; min-height: 0px !important;"

image

lfgtavora avatar Mar 26 '23 04:03 lfgtavora

@lfgtavora The behavior is caused by google adsense javascript ref: https://stackoverflow.com/questions/55695667/adsense-injecting-style-tag-into-my-page-in-chrome

phoenixgao avatar Apr 20 '23 09:04 phoenixgao