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

Forcing visibility #45

Open
juni-vogt opened this issue Apr 11, 2016 · 0 comments
Open

Forcing visibility #45

juni-vogt opened this issue Apr 11, 2016 · 0 comments

Comments

@juni-vogt
Copy link

I was debugging horizontal overflow and eventually found out it was caused by an invisible element, so pesiticide wasn't really helpful there.
Is this something it should be doing? Did you already consider forcing visibility?
Perhaps in an aggro-mode?

This helped in my specific case:

*, *:before, *:after {
    outline: solid 1px red;
    opacity: 1 !important;
    visibility: visible !important;
}
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

1 participant