Since upgrading to [email protected], 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 [email protected] will fix this problem.
edit:
This issue was fixed in [email protected]
Thank you for filing this issue @t2ca! Could you confirm that adding top:0; to the list of styles for that div using browser dev tools fixes your issue? If that's the case, I'll whip up a PR!
Hey @madalynrose, yes I can confirm it fixes the issue.
Most helpful comment
Hey @madalynrose, yes I can confirm it fixes the issue.