We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a reason you use "aria-hidden" attribute and not "hidden" in trackPageview?
fathom/assets/src/js/tracker.js
Line 177 in 5e4ce53
"aria-hidden" creates awkward situation with scroll bar if there is a div with min-height: 100vh
As you can see sidebar appeared and then disappeared because of the appended img.
I did a quick test replacing "aria-hidden" with "hidden" and everything seemed to work
The text was updated successfully, but these errors were encountered:
Tracking img set style to position:absolute
1d0ca9f
This is based on feedback i got from Jack, let's pray that fixes it. (Hopefully) Closes #234
LKaemmerling
Successfully merging a pull request may close this issue.
Is there a reason you use "aria-hidden" attribute and not "hidden" in trackPageview?
fathom/assets/src/js/tracker.js
Line 177 in 5e4ce53
"aria-hidden" creates awkward situation with scroll bar if there is a div with min-height: 100vh
As you can see sidebar appeared and then disappeared because of the appended img.
I did a quick test replacing "aria-hidden" with "hidden" and everything seemed to work
The text was updated successfully, but these errors were encountered: