-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
gatsby-announcer div introduced in v2.18.25 #20728
Labels
type: bug
An issue or pull request relating to a bug in Gatsby
Comments
blainekasten
added
effort: low
type: bug
An issue or pull request relating to a bug in Gatsby
labels
Jan 21, 2020
Thank you for filing this issue @t2ca! Could you confirm that adding |
Hey @madalynrose, yes I can confirm it fixes the issue. |
jessestuart
added a commit
to jessestuart/jesses.io
that referenced
this issue
Jan 24, 2020
Seems there was a 1px div added that was causing problems with designs containing `100vh` elements. Related to gatsbyjs/gatsby#20728, I think. Signed-off-by: Jesse Stuart <hi@jessestuart.com>
jessestuart
added a commit
to jessestuart/jesses.io
that referenced
this issue
Jan 24, 2020
* feat(ci): First pass: just build everything in CCI and push to netlify. Signed-off-by: Jesse Stuart <hi@jessestuart.com> * [commit message skipped] * fix(ui): Upgrade Gatsby to fix `gatsby-announcer` bug. Seems there was a 1px div added that was causing problems with designs containing `100vh` elements. Related to gatsbyjs/gatsby#20728, I think. Signed-off-by: Jesse Stuart <hi@jessestuart.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since upgrading to gatsby@2.18.25, the code bellow is added to the bottom of the page.
<div id="gatsby-announcer" role="alert" aria-live="assertive" aria-atomic="true" style="position: absolute; width: 1px; height: 1px; padding: 0px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px;"></div>
This adds a 1px line to the bottom of the page.
Going back to gatsby@2.18.24 will fix this problem.edit:
This issue was fixed in gatsby@2.19.3
#20697
The text was updated successfully, but these errors were encountered: