Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strange height behavior after ad load #177

Open
lfgtavora opened this issue Mar 26, 2023 · 1 comment
Open

strange height behavior after ad load #177

lfgtavora opened this issue Mar 26, 2023 · 1 comment

Comments

@lfgtavora
Copy link

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

@phoenixgao
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants