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
(cherry picked from commit 89d3150)
  • Loading branch information
herecydev authored and vladar committed Mar 2, 2021
1 parent c98c87f commit 504b674
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
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 504b674

Please sign in to comment.