Skip to content

Commit

Permalink
fix(gatsby): Add dir=ltr to Fast Refresh overlay (#29900)
Browse files Browse the repository at this point in the history
  • Loading branch information
herecydev committed Mar 2, 2021
1 parent c465229 commit 89d3150
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -63,6 +63,7 @@ export function Overlay({ children }) {
aria-labelledby="gatsby-overlay-labelledby"
aria-describedby="gatsby-overlay-describedby"
aria-modal="true"
dir="ltr"
>
{children}
</div>
Expand Down

0 comments on commit 89d3150

Please sign in to comment.